1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Hydration
Benjamin Eberlei 0252d55c67 DDC-1358 - Fix bug where multiple NULL root entity combined with scalar results will break the object and array hydrator.
This case likeli only occurs when doing native queries. A guard clause that prevents hydration from breaking
when RIGHT JOIN queries with null root entities appear has been added aswell.
2011-10-16 11:15:45 +02:00
..
ArrayHydratorTest.php DDC-1358 - Fix bug where multiple NULL root entity combined with scalar results will break the object and array hydrator. 2011-10-16 11:15:45 +02:00
CustomHydratorTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
HydrationTestCase.php [2.0] Cleanups, build fixes. 2009-06-15 18:25:47 +00:00
ObjectHydratorTest.php DDC-1358 - Fix bug where multiple NULL root entity combined with scalar results will break the object and array hydrator. 2011-10-16 11:15:45 +02:00
ResultSetMappingTest.php [2.0][DDC-152] Fixed. 2009-12-19 13:38:54 +00:00
ScalarHydratorTest.php DDC-644 - Added more tests for Hydrators and unknown to be skipped columns 2010-07-28 22:09:43 +02:00
SingleScalarHydratorTest.php [2.0][DDC-208] Fixed. 2009-12-18 13:20:22 +00:00