mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3123: Extra updates are not cleaned after execution #3876
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 (May 14, 2014).
Originally assigned to: @deeky666 on GitHub.
Jira issue originally created by user yshyshkin:
Data in UnitOfWork::$extraUpdates are not cleaned after execution of extra updates.
If causes troubles when postFlush event listener does flush, so these extra updates executed two times instead of one.
@doctrinebot commented on GitHub (May 14, 2014):
@doctrinebot commented on GitHub (May 14, 2014):
Comment created by @ocramius:
Provided a patch, see DDC-3124 ( https://github.com/doctrine/doctrine2/pull/1030 )
@doctrinebot commented on GitHub (May 14, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1030] was closed:
https://github.com/doctrine/doctrine2/pull/1030
@doctrinebot commented on GitHub (May 14, 2014):
Comment created by @deeky666:
Fixed in commit:
c16de21172@doctrinebot commented on GitHub (May 14, 2014):
Issue was closed with resolution "Fixed"