Filippo Tessarotto
95971a6180
Optimize autoload prefix in composer.json
...
By having more specific autoload prefixes it is possible to reduce the number of stat calls made.
2012-09-28 09:58:38 +03:00
Marcin Radziwoński
380f4fbac7
Fixed unique-constraint name in XML Exporter
2012-09-26 14:27:16 +02:00
Guilherme Blanco
831f0acdc5
Merge pull request #450 from KonstantinKuklin/master
...
fix some phpdoc
2012-09-20 18:10:22 -07:00
Konstantin Kuklin
34d8843fd6
improve phpdoc
2012-09-21 03:20:06 +04:00
Lennart Hildebrandt
a61afedcf9
Fixed typo for mapping type "array"
2012-09-20 13:11:36 +02:00
Lennart Hildebrandt
06ad3389e0
Added .idea for PhpStorm contributers
2012-09-20 13:11:09 +02:00
Guilherme Blanco
fa29d36d09
Merge pull request #126 from barelon/patch-1
...
Fix some typos in annotations reference
2012-09-18 08:56:50 -07:00
barelon
c463121da8
Fix some typos in annotations reference
...
- Changed capitalization of the `@GeneratedValue` and `@Version` examples which incorrectly used lower case
- Fixed parameter names in `@NamedNativeQuery` and `@SqlResultSetMapping`
- Changed the Docblock style for the @MappedSuperclass example to the style used by all examples
2012-09-18 11:28:24 +03:00
Benjamin Eberlei
a9517b1b17
Merge pull request #436 from Powerhamster/comment-fixes
...
Comment fixes
2012-09-17 03:45:34 -07:00
Benjamin Eberlei
a256c43871
Merge pull request #442 from FabioBatSilva/fix-overrides-annot
...
Remove unused code
2012-09-17 03:33:19 -07:00
Asmir Mustafic
bc277c6e28
spaces
2012-09-13 11:04:23 +02:00
Asmir Mustafic
f86dcfc288
typo fix
2012-09-13 09:40:14 +02:00
Guilherme Blanco
68f543b8bb
Merge pull request #443 from cas87/patch-1
...
Allow 'nullable' attribute to be used during XML export
2012-09-12 20:12:33 -07:00
Cas
de5b20d0bf
Update lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php
...
Allow 'nullable' attribute to be exported for fields, something which already worked in YamlExport. This addition saved me a lot of time during development, not having to manually re-factor after each export.
Don't know why this was missing, maybe it's me who is missing something, so let me know ;)
2012-09-13 03:43:27 +03:00
Fabio B. Silva
8193397d4f
remove duplicate code
2012-09-12 21:31:02 -03:00
Guilherme Blanco
dacb51fba2
Merge pull request #437 from sroddy/persistent_collection_matching_fix
...
Fixes PersistentCollection::matching() when collection is not initialize...
2012-09-07 13:18:45 -07:00
Stefano Rodriguez
9a14b40495
use of assertCount
2012-09-07 14:44:18 +02:00
Stefano Rodriguez
bb8dd6cb11
Fixes PersistentCollection::matching() when collection is not initialized and there are NEW entities in the collection
2012-09-07 10:46:34 +02:00
Stefano Rodriguez
4b3ecfe674
Added a failing test case on PersistentCollection::matching() when collection is not initialized and there are NEW entities in the collection
2012-09-07 10:46:33 +02:00
Thomas Rothe
7acdcd6952
added missing use statement
2012-09-06 21:03:40 +02:00
Thomas Rothe
7beffb5a5f
Several fixes for comments
...
updated @param and @throws annotations
2012-09-06 21:03:26 +02:00
Marco Pivetta
0ff1f418bd
Update en/reference/tools.rst
...
Fixed import as reported by manoelcampos@gmail.com
2012-09-05 22:31:07 +03:00
Benjamin Eberlei
ab990cfba6
Merge branch 'DDC-2003'
2012-09-05 19:28:42 +02:00
Benjamin Eberlei
2c99f97c8b
[DDC-2003] Remove unused variable
2012-09-05 19:28:32 +02:00
Bilal Amarni
a9b4debe37
allowed to pass filter objects to the configurator
2012-09-03 10:52:46 +02:00
Josiah Truasheim
959c4f026f
Refactored the SqlValueVisitor to move all type processing to the entity persister.
2012-08-31 20:58:16 +07:00
Josiah Truasheim
e0d16331a4
Fixed formatting issues identified by Stof
2012-08-31 19:51:22 +07:00
Josiah Truasheim
a6b6b25267
Removed the closure keyword as it isn't supported in PHP 5.3
2012-08-31 18:16:02 +07:00
Josiah Truasheim
c7f5d9d77d
Fixed DDC-2003 using closures to reference the functionality of the calling entity persister from the SQL value visitor.
2012-08-31 18:12:44 +07:00
Josiah Truasheim
783c53d57c
Added a failing test for DDC-2003
2012-08-31 17:52:46 +07:00
Bilal Amarni
d47b872292
fixed typo
2012-08-30 16:35:46 +03:00
Bilal Amarni
7c7118d883
simplified interface check
2012-08-30 16:25:50 +03:00
Karsten Dambekalns
4e4cf33342
Update en/reference/working-with-associations.rst
...
Clarifiy that orphanRemoval works with one-to-one, one-to-many and many-to-many associations.
2012-08-30 11:56:06 +03:00
Benjamin Eberlei
bc2476f342
[DDC-1918] Fix weird results at the end of paginator when using fetch joins
2012-08-29 15:16:07 +02:00
Benjamin Eberlei
9c682efb2f
Merge pull request #431 from pitiflautico/patch-1
...
[ORM] Fix double semicolon
2012-08-29 05:33:12 -07:00
Benjamin Eberlei
267daa5fc1
Merge pull request #428 from chEbba/query-builder-common-criteria
...
Add QueryBuilder::addCriteria() for Criteria - QueryBuilder bridge
2012-08-29 05:06:50 -07:00
Kirill chEbba Chebunin
ac98f15cfa
Fix ORMInvalidArgumentException factory methods with return instead of throw
2012-08-29 14:02:51 +02:00
Kirill chEbba Chebunin
e68807ad4f
Change version for QueryExpressionVisitor
2012-08-29 16:00:02 +04:00
Kirill chEbba Chebunin
a162f00ecc
Remove builders from QueryExpressionVisitorTest constructor
2012-08-29 15:48:04 +04:00
Daniel Perez Pinazo
5b8ead9db8
[ORM] Fix double semicolon
2012-08-29 13:40:36 +03:00
Francesc Rosàs
e873351624
Remove "before the lists of scheduled changes are cleared"
...
It is not true.
2012-08-23 21:51:33 +03:00
Benjamin Eberlei
9ae1f804e1
Merge pull request #120 from saltybeagle/master
...
Minor spelling correction & grammatical formatting
2012-08-23 06:55:26 -07:00
Brett Bieber
46be81115a
Minor spelling correction & grammatical formatting
2012-08-23 08:41:19 -05:00
Kirill chEbba Chebunin
2aba7fb374
Add test for QueryBuilderTest::addCriteria with undefined limits
2012-08-20 20:31:57 +04:00
Kirill chEbba Chebunin
1c2f2b5c13
Store QueryExpressionVisitor parameters as array
2012-08-20 20:28:22 +04:00
Kirill chEbba Chebunin
433d208572
Remove extra space from QueryBuilder::addCriteria()
2012-08-20 20:27:55 +04:00
Kirill chEbba Chebunin
d3ab948d88
Overwrite query limits only if set in QueryBuilder::addCriteria()
2012-08-20 20:27:30 +04:00
Kirill chEbba Chebunin
148789600a
Remove unnecessary else statements after if with return in QueryExpressionVisitor
2012-08-20 20:27:14 +04:00
Kirill chEbba Chebunin
c6b3899c2d
Add QueryBuilder::addCriteria() for Criteria - QueryBuilder bridge
2012-08-20 20:27:03 +04:00
Guilherme Blanco
ece6a005bc
Merge pull request #425 from FabioBatSilva/DDC-1977
...
Fix DDC-1977
2012-08-15 15:29:26 -07:00