This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-31 04:21:44 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Internal
/
Hydration
History
Benjamin Eberlei
3407620bf8
[DDC-1526] Collections are not marked as initialized when they are fetch joined but dont contain any results. This only occurs when using LEFT JOINs on the assocations and causes another query to be fired when the empty collection is accessed again.
2012-01-28 12:28:16 +01:00
..
AbstractHydrator.php
Fixed DDC-657. Added type conversion to scalar result.
2012-01-13 20:46:59 -05:00
ArrayHydrator.php
Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025.
2011-12-11 21:56:27 +00:00
HydrationException.php
DDC-1389 - Add validation for empty discriminator map values
2011-10-31 23:35:41 +01:00
IterableResult.php
Added absolute namespace paths to phpdoc annotations - issue DDC-1025.
2011-12-11 21:56:26 +00:00
ObjectHydrator.php
[DDC-1526] Collections are not marked as initialized when they are fetch joined but dont contain any results. This only occurs when using LEFT JOINs on the assocations and causes another query to be fired when the empty collection is accessed again.
2012-01-28 12:28:16 +01:00
ScalarHydrator.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
SimpleObjectHydrator.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
SingleScalarHydrator.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00