- 28 Feb, 2010 2 commits
-
-
beberlei authored
[2.0] DDC-381 - Unserialized Entity that was a proxy during serialize() will fatal when accessing methods that call _load() - A check for the existance of entity persister solves the problem.
-
beberlei authored
[2.0] DDC-353 - Fix UnitOfWork::createEntity and StandardPersister::refresh() not marking created Proxy instances as MANAGED like EntityManager::getReference() does
-
- 27 Feb, 2010 1 commit
-
-
romanb authored
-
- 26 Feb, 2010 5 commits
-
-
beberlei authored
[2.0] DDC-195 - Refactored Mapping Syntax again to be arrays in all annotations, xml and yaml drivers instead of parsing the fields in the AssociationMapping implementations.
-
beberlei authored
-
beberlei authored
[2.0] DDC-365 - Added tests for several missing column types - also showing that decimals come and go correctly into the database.
-
jwage authored
-
jwage authored
-
- 25 Feb, 2010 8 commits
-
-
beberlei authored
[2.0] DDC-312 - Revert annoying View and Trigger variables in Schema instance, complete "View" support by just returning a View instance
-
beberlei authored
[2.0] Refactored Doctrine\DBAL\Schema API a bit Table::createColumn() was inconsistent with all the other methods being add*
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
romanb authored
-
- 24 Feb, 2010 5 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-362] Fixed missing namespace declaration on __call method of EntityRepository. Thanks Marcel Walter for the patch.
-
- 23 Feb, 2010 1 commit
-
-
romanb authored
-
- 21 Feb, 2010 2 commits
- 20 Feb, 2010 1 commit
-
-
romanb authored
-
- 19 Feb, 2010 2 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 2 commits
- 11 Feb, 2010 2 commits