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-02-03 05:49:25 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Internal
/
Hydration
History
Marco Pivetta
44f2e22f14
#6303
#6304
documenting why collisions in field name hydration in STI/JTI require additional information and checks in the hydration process
2017-08-19 18:30:33 +02:00
..
AbstractHydrator.php
#6303
#6304
documenting why collisions in field name hydration in STI/JTI require additional information and checks in the hydration process
2017-08-19 18:30:33 +02:00
ArrayHydrator.php
Use short-array syntax on "lib" directory
2016-12-08 00:31:12 +01:00
HydrationException.php
Fixed many small phpcs issues
2015-12-11 20:30:41 +01:00
IterableResult.php
Fixed many small phpcs issues
2015-12-11 20:30:41 +01:00
ObjectHydrator.php
minor code work:
2017-06-08 22:04:07 +02:00
ScalarHydrator.php
Use short-array syntax on "lib" directory
2016-12-08 00:31:12 +01:00
SimpleObjectHydrator.php
Use short-array syntax on "lib" directory
2016-12-08 00:31:12 +01: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