1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/tests/Doctrine/Tests/ORM
2011-12-01 23:52:35 -05: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-1517 - Fix EntityRepository#find() and EntityManager#getReference() breaking on invalid or missing identifiers. 2011-12-01 21:18:39 +01:00
Hydration Changed the RSM to make is behavior as mixed if you alias an entity. 2011-11-15 15:14:57 -02:00
Id Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
Mapping DDC-1512 - Make ClassMetadataFactory::isTransient() entity namespace aware. 2011-11-28 11:16:23 +01:00
Performance Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
Persisters Move check for conversion SQL to ClassMetadataInfo 2011-11-20 19:50:51 +01:00
Proxy Fixed tests + added dedicated tests for proxy loading and identifiers 2011-10-15 17:58:00 +02:00
Query Fixed DDC-1236: GROUP BY now supports ResultVariable and IdentificationVariable. Composite PK is also supported. If you are willing to group by an aggregate function or a function itself, just place it in SELECT expression then refer to it in the GROUP BY clause. If you are not willing to have the function being part of your resultset, just mark the column as HIDDEN and you are done. 2011-12-01 23:52:35 -05:00
Tools Merge pull request #158 from goetas/cascade-all 2011-11-18 06:49:40 -08: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