1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Internal/Hydration
James Murray 2f76571d3a Added a fix for ObjectHydrator when the same number of scalar results and new object results exist
Adding additional tests for mixed New object and scalar query
2014-12-19 14:06:03 -05:00
..
AbstractHydrator.php removing orphaned scalar results and allowing mixed results when use new object expressions 2014-10-28 17:59:37 -04:00
ArrayHydrator.php oops.. forgot to add a condition 2014-11-08 16:56:42 +00:00
HydrationException.php Add: invalidDiscriminatorValue method 2014-04-09 01:55:49 +02:00
IterableResult.php Fixed documentation for ORM\Internal 2012-12-02 19:46:34 +00:00
ObjectHydrator.php Added a fix for ObjectHydrator when the same number of scalar results and new object results exist 2014-12-19 14:06:03 -05:00
ScalarHydrator.php Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%. 2014-04-28 02:38:51 +00:00
SimpleObjectHydrator.php Fixed mapping of discriminator column 2014-06-17 14:51:19 +02:00
SingleScalarHydrator.php Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%. 2014-04-28 02:38:51 +00:00