mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2311: ManyToManyPersister fails to delete when entity uses FK ID #2902
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 (Feb 21, 2013).
Jira issue originally created by user chrisrichard:
ManyToManyPersister::getDeleteSQLParameters assumes $srcColumn contains a field name; doesn't handle association case.
ManyToManyPerister.php, lines 204-209:
@doctrinebot commented on GitHub (Feb 21, 2013):
Comment created by @FabioBatSilva:
Hi Chris,
Could you try to add a failing test case please ?
Cheers.
@doctrinebot commented on GitHub (Apr 16, 2013):
Comment created by @FabioBatSilva:
Fixed by :
cef20890dc@doctrinebot commented on GitHub (Apr 16, 2013):
Issue was closed with resolution "Fixed"