1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
2009-07-02 11:48:44 +00:00
..
AbstractManyToManyAssociationTestCase.php [2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue. 2009-07-02 11:48:44 +00:00
AllTests.php [2.0] added many-to-many uni and bi directional tests (affects #2276) 2009-07-02 09:37:59 +00:00
BasicFunctionalTest.php [2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType(). 2009-05-28 11:13:12 +00:00
ClassTableInheritanceTest.php [2.0] Implemented DQL bulk UPDATE support for Class Table Inheritance. Corrections to MultiTableDeleteExecutor and SqlWalker. DQL bulk UPDATE support not yet fully complete. 2009-06-23 17:50:13 +00:00
DetachedEntityTest.php [2.0] First draft of EntityManager#merge(). First draft of DynamicProxyGenerator. 2009-05-11 10:43:27 +00:00
ManyToManyBidirectionalAssociationTest.php [2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue. 2009-07-02 11:48:44 +00:00
ManyToManyUnidirectionalAssociationTest.php [2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue. 2009-07-02 11:48:44 +00:00
NativeQueryTest.php [2.0] Class table inheritance updates. Started work on self-referencing associations. 2009-05-26 11:30:07 +00:00
OneToManyBidirectionalAssociationTest.php [2.0] addresses #2307 2009-07-02 07:47:57 +00:00
OneToOneBidirectionalAssociationTest.php [2.0] adjustments to new bidirectional one-one association test from Giorgio Sironi. 2009-07-01 10:04:22 +00:00
OneToOneUnidirectionalAssociationTest.php [2.0] added new unidirectional one-one association test 2009-07-01 12:03:41 +00:00
QueryCacheTest.php [2.0] Fixed Query Cache (+testcase) and some E_STRICT errors. 2009-05-21 19:18:14 +00:00
QueryTest.php [2.0] Cleanups, build fixes. 2009-06-15 18:25:47 +00:00
SequenceGeneratorTest.php [2.0] Changed identifier quoting strategy to something simpler. Dropped Doctrine prefix from annotations. 2009-05-29 10:23:13 +00:00
SingleTableInheritanceTest.php [2.0] Converted constant values from strings to integers. 2009-06-07 17:20:37 +00:00