1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Hydration
2009-10-28 15:32:55 +00:00
..
AllTests.php [2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery). 2009-04-09 18:12:48 +00:00
ArrayHydratorTest.php [2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak. 2009-08-11 10:51:38 +00:00
HydrationTestCase.php [2.0] Cleanups, build fixes. 2009-06-15 18:25:47 +00:00
ObjectHydratorTest.php [2.0] Fixed DDC-18. Simplified proxy classes. Just 1 proxy class per entity now, instead of 2. 2009-10-28 15:32:55 +00:00
ResultSetMappingTest.php [2.0] Streamlined result structures. Hydration improvements: Small overall improvements, large improvement for (joined) fetched collections (~60%). 2009-08-03 13:25:56 +00:00
ScalarHydratorTest.php [2.0] Cleanups, build fixes. 2009-06-15 18:25:47 +00:00
SingleScalarHydratorTest.php [2.0] Cleanups, build fixes. 2009-06-15 18:25:47 +00:00