- 28 Feb, 2010 1 commit
-
-
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 10 commits
-
-
beberlei authored
-
beberlei authored
-
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
-
jwage authored
[2.0] Fixing ClassMetadataExporterTask to use existing configured annotation driver for given path instead of re-creating it
-
jwage authored
-
jwage authored
-
- 25 Feb, 2010 11 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
-
beberlei authored
-
beberlei authored
-
jwage authored
[2.0] Adding DriverChain mapping driver type to allow you to configure drivers to use for certain entity namespaces
-
romanb authored
-
- 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
-