mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #46] [CLOSED] [DDC-1113] getCommitOrder misses some relations when used with Inheritance and self-referencing field #7631
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/46
Author: @xanf
Created: 4/12/2011
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
c2bd841Modified getCommitOrder to make it work with self-referencing assocs and inheritance9fa1bbeImplemented test for DDC-1113 issue📊 Changes
2 files changed (+96 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/UnitOfWork.php(+3 -1)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1113Test.php(+93 -0)📄 Description
This pull request fixes bug when self-referencing field in parent class is messing correct commit order calculations for child classes. Test case included
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.