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-25 01:31:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Internal
/
Hydration
History
Guilherme Blanco
a4dac7a292
Highlighted intention of converting scalar types during single scalar or scalar hydration, but leaving it commented and added a note about the BC reason why we cannot do that for 2.X series.
2014-04-23 18:04:06 +00:00
..
AbstractHydrator.php
Highlighted intention of converting scalar types during single scalar or scalar hydration, but leaving it commented and added a note about the BC reason why we cannot do that for 2.X series.
2014-04-23 18:04:06 +00:00
ArrayHydrator.php
Added support for NEW operator when using ArrayHydration if user desires to benefit from this funcionality.
2014-04-23 05:10:23 +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
DDC-2575 Fixed issue with associations when parent is not yet loaded, but child is being created and no link happens.
2014-04-18 05:21:27 +00:00
ScalarHydrator.php
Remove unused use
2012-06-05 15:39:52 +02:00
SimpleObjectHydrator.php
Fix: handle invalid discriminator value
2014-04-09 01:55:54 +02:00
SingleScalarHydrator.php
Provided more decriptive explanation when single scalar hydrator is used and it returns multiple columns.
2014-04-17 01:09:33 +00:00