mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1608: Lazy load more restrict when consuming PersistentCollection trigger actions to *Persisters #2023
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 (Jan 17, 2012).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @guilhermeblanco:
Since https://github.com/doctrine/doctrine2/pull/259 we identified an issue with the Persisters that are failing to check for entities that exist in UoW (managed and sched for insert) and are now being checked is they are part of Collection.
Also it missed some tests. It should be easy, just ->persist the entity then triggers Collection actions.
@doctrinebot commented on GitHub (Jan 18, 2012):
Comment created by @guilhermeblanco:
Fixed in
d39760ba49@doctrinebot commented on GitHub (Jan 18, 2012):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Jan 18, 2012):
Comment created by @beberlei:
Merged back to 2.2