- 25 Feb, 2010 3 commits
- 24 Feb, 2010 6 commits
-
-
romanb authored
-
beberlei authored
-
romanb authored
-
romanb authored
[2.0][DDC-366] Fixed. Fully qualified names were borked in the lexer as well. Tests didnt catch it because of unfortunate namespace constellations. Fixed now.
-
guilhermeblanco authored
[2.0][DDC-364] Added Doctrine\Common\Version which provides the current version of Doctrine. Also added CLI tasks for Common and DBAL, since they may vary in the future.
-
guilhermeblanco authored
[2.0][DDC-362] Fixed missing namespace declaration on __call method of EntityRepository. Thanks Marcel Walter for the patch.
-
- 23 Feb, 2010 3 commits
- 22 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-358 - Refactored UnitOfWork Event triggering capabilities - Removed check for EntityManager instance. This is deep in the code and can hardly be get wrong.
-
- 21 Feb, 2010 4 commits
-
-
romanb authored
-
beberlei authored
-
guilhermeblanco authored
[2.0] Applied convention over configuration using default cache implementation if none is defined in AnnotationReader.
-
beberlei authored
[2.0] DDC-338 - Changed DQL Parser to comply with ordered collections when they are fetch joined (OMG, thanks to roman and guilherme for the detailed discussion on how to implement this)
-
- 20 Feb, 2010 3 commits
-
-
guilhermeblanco authored
-
romanb authored
-
guilhermeblanco authored
[2.0][DDC-316][DDC-346] Implemented support to first result and max results aswell as different hydration mode support in orm:run-dql task
-
- 19 Feb, 2010 4 commits
- 15 Feb, 2010 2 commits
- 14 Feb, 2010 7 commits
-
-
beberlei authored
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.
-
beberlei authored
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.
-
beberlei authored
[2.0] DDC-336 - Support specification of an OrderBy SQL snippet in OneToMany and ManyToMany Associations in Annotation, XML and YAML Drivers
-
beberlei authored
[2.0] DDC-330 - Fix SIZE(collectionValueExpression) using a COUNT(field) to COUNT(*) because in many to many scenarios and with several join columns a COUNT(fieldA, fieldB) would have been generated, which is not valid sql.
-
romanb authored
-
beberlei authored
[2.0] DOCS - Example on using multiple entities in FROM clause, added test for this sql generation also, since it seems this was untested before.
-
beberlei authored
[2.0] DDC-135 DDC-177 Implement missing WITH clause, disallow use of ON clause by throwing an exception
-
- 13 Feb, 2010 3 commits
- 11 Feb, 2010 4 commits