mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #152] [CLOSED] Ddc 1385 #7782
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/152
Author: @ehabinl
Created: 10/16/2011
Status: ❌ Closed
Base:
master← Head:DDC-1385📝 Commits (6)
cb0e5dbDDC-1385 - Fixed Mixed result hydration using INDEX BY to work on the top-level indexes, not some weird result. This is a BC break to those that actually use this crazy logic, sorry for that :-)2730f64DDC-1385 - Refactor ObjectHydratoree924ffDDC-1385 - Fix scalar handling for array hydrator8466060DDC-1385 - Add INDEX BY scalar variables on the top-levela316c63Add the ability of cache grouping, this will group several result set s into a group, so that we can do a bulk cache flushingb2921c6Auto Tag Insersion📊 Changes
7 files changed (+283 additions, -67 deletions)
View changed files
📝
lib/Doctrine/ORM/AbstractQuery.php(+50 -0)📝
lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php(+26 -20)📝
lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php(+27 -22)📝
lib/Doctrine/ORM/Query/ResultSetMapping.php(+35 -1)📝
lib/Doctrine/ORM/Query/SqlWalker.php(+20 -5)📝
tests/Doctrine/Tests/ORM/Hydration/ArrayHydratorTest.php(+47 -8)📝
tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php(+78 -11)📄 Description
I added a new feature for cache grouping, so please can you merge to the master branch
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.