mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #917] [MERGED] DDC-2931 - one-to-one self-referencing association broken by DCOM-96 #8892
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/917
Author: @Ocramius
Created: 1/24/2014
Status: ✅ Merged
Merged: 2/8/2014
Merged by: @beberlei
Base:
master← Head:hotfix/DDC-2931📝 Commits (8)
fabef48[DDC-2931] testcase to reproduce Jira 293122bcfefDDC-2931 - cleaning up code formatting/simplifying test case9eafb11DDC-2931 - Detailed explanation596d207DDC-2931 - Removing refresh hints when fetching association data in hydratorsb815a4bDDC-2931 - removing old comments8c92e0fDDC-2931 - adding test that verifies that fetch-joined entities get refreshed with hints7a32ecaDDC-2931 - Safe comparison between proxies and entities when refreshing objectse322ab4DDC-2931 - Removing previous broken fix for DDC-2931 - hardened📊 Changes
2 files changed (+155 additions, -3 deletions)
View changed files
📝
lib/Doctrine/ORM/UnitOfWork.php(+36 -3)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2931Test.php(+119 -0)📄 Description
This is a hotfix for DDC-2931 ( #916 )
Background
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.