mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1545: Update on loaded association not detected upon flush() #1939
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 (Dec 18, 2011).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user bschussek:
If an association is joined during fetching and then updated in-memory, the update is not detected during flushing. I made the following test cases:
Association is joined:
* change NULL → entity: does not work
* change entity1 → entity2: does not work
Assocation is not joined:
@doctrinebot commented on GitHub (Dec 18, 2011):
Comment created by bschussek:
See here for the test case: https://github.com/bschussek/doctrine-orm/tree/DDC-1545
@doctrinebot commented on GitHub (Dec 19, 2011):
Comment created by @guilhermeblanco:
Increasing priority
@doctrinebot commented on GitHub (Dec 19, 2011):
Comment created by @guilhermeblanco:
Issue fixed since this commit:
a8478d5766Thanks a lot for the bug reporting. It was the second time someone reported me this issue and I could not reproduce! =)
@doctrinebot commented on GitHub (Dec 19, 2011):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 19, 2011):
Comment created by @beberlei:
This issue is referenced in Github Pull-Request GH-229
https://github.com/doctrine/doctrine2/pull/229
@doctrinebot commented on GitHub (Dec 19, 2011):
Comment created by @beberlei:
Related Pull Request was closed: https://github.com/doctrine/doctrine2/pull/229
@doctrinebot commented on GitHub (Dec 19, 2011):
Comment created by @beberlei:
Fixed properly now. Will be merged into 2.1.x
@doctrinebot commented on GitHub (Dec 19, 2011):
Comment created by @beberlei:
Update fix version, this was merged into 2.1.5