1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM
2011-11-14 01:36:39 -02:00
..
Criteria [2.0] Cleanups, build fixes. 2009-06-15 18:25:47 +00:00
Entity Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
Event [DDC-1415] Add EntityEventDelegatee, allowing to restrict emitting events to certain entity classes only. 2011-10-13 22:58:22 +02:00
Functional DDC-1461 - Verified deferred explicit works 2011-11-13 23:14:31 +01:00
Hydration Implemented alias support for EntityResult. This addresses DDC-1096 and DDC-1424. Improved DQL Parser, SQL Walker and Hydrators in general. Performance is generally improved by a factor of 20%. There is still more to be done, like remove the isMixed in ResultSetMapping, mainly because this query - SELECT u AS user FROM User u -, it should return an array('user' => [User object]), while currently it doesn't due to this before mentioned 'bug' in RSM. Will open a separate ticket for this. Also, UnitOfWork and Hydrators share code that could be abstracted/improved. 2011-11-14 01:36:39 -02:00
Id Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
Mapping Throw exception on invalid fetch mode in annotations 2011-11-08 10:01:22 +01:00
Performance Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
Proxy Fixed tests + added dedicated tests for proxy loading and identifiers 2011-10-15 17:58:00 +02:00
Query Major optimizations in SqlWalker code, reducing overhead, reducing lookahead checks. 2011-11-03 02:44:50 -02:00
Tools DDC-1439 - Fix validate mapping some more 2011-10-31 20:49:59 +01:00
CommitOrderCalculatorTest.php [2.0] Started to simplify commit order calculation. 2009-07-27 09:50:22 +00:00
EntityManagerTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
PersistentCollectionTest.php Improving API and docblocks. Removing superfluous tests. 2010-08-09 22:48:07 +02:00
QueryBuilderTest.php [DDC-1237] Fixed issue with QueryBuilder where user may have includes nested complex expression in a string format while consuming a composite expression (AND or OR). 2011-07-03 01:48:18 -03:00
UnitOfWorkTest.php [DDC-119] Fixed. 2010-07-15 15:55:45 +02:00