mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1436: Problems with identity map on self-referencing #1801
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?
Originally created by @doctrinebot on GitHub (Oct 18, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user koc:
When I added one more fetch join for parent then I got Page.
@doctrinebot commented on GitHub (Nov 14, 2011):
Comment created by @beberlei:
Can you test against master again? I made a fix in context of DDC-1452 that i think could solve this issue.
@doctrinebot commented on GitHub (Nov 15, 2011):
Comment created by koc:
I will do it
@doctrinebot commented on GitHub (Nov 15, 2011):
Comment created by koc:
I cann't run master branch on current env (Symfony 2.0.2).
MappingException: The association mapping 'eventArea' misses the 'targetEntity' attribute, but targetEntity present. Can you merge fix into 2.1.x branch?
@doctrinebot commented on GitHub (Nov 18, 2011):
Comment created by @beberlei:
I am not sure this fix is mergable in 2.1, also it is a rather complex change that i don't want to merge back to the stable branch for stability reasons.
Let me try to reproduce this in a test and then go further from there.
@doctrinebot commented on GitHub (Nov 18, 2011):
Comment created by @beberlei:
DDC-1452 is indeed the same bug as this one and the fix works.
@doctrinebot commented on GitHub (Nov 18, 2011):
Comment created by @beberlei:
I cant merge this as with the latest refactorings it gives hundrets of conflicts, but will re-apply manually.
@doctrinebot commented on GitHub (Nov 18, 2011):
Comment created by @beberlei:
Backported and fixed in 2.1.x
@doctrinebot commented on GitHub (Nov 18, 2011):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Nov 18, 2011):
Comment created by koc:
Thank you very much, Benjamin!