mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #933] [CLOSED] [POC] [DO NOT MERGE] DDC-2953 #8920
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/933
Author: @Ocramius
Created: 2/5/2014
Status: ❌ Closed
Base:
master← Head:hotfix/DDC-2953📝 Commits (8)
4280df8DDC-2953 - stubbing out failing test caseb80e8dcDDC-2953 - Fixed tests, reproduced issue2b14c03DDC-2953 - schema creation is not neededf2c92c6DDC-2953 - cleaning up tests7940ad6DDC-2953 - Applying hotfix fas of mariusz.jaskolka@comarch.pl's suggestion821116cDDC-2953 - removing unused array initializationc14c7adDDC-2953 - removing hacky storage of identifier groups indexese2ca13bDDC-2953 - identifier groups should be reset at each hydrator preparation📊 Changes
2 files changed (+135 additions, -15 deletions)
View changed files
📝
lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php(+46 -15)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2953Test.php(+89 -0)📄 Description
This PR tries to fix DDC-2953 (http://www.doctrine-project.org/jira/browse/DDC-2953).
tl;dr: when the results are not sorted by root entity identifier, the array hydrator swallows some output.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.