mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1963: Remove by-ref access to changeset in lifecycle event args #2474
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 (Jul 31, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @ocramius:
UoW currently passes computed changesets to lifecycle event args byref. This has to be changed to force users to use UoW public API to modify changesets instead.
@guilhermeblanco commented on GitHub (Jan 3, 2017):
This should be part of OOing ChangeSet calculation, providing access to-be inspected entities and also allowing to hook new entities or add new associations independently of transaction scope.
Closing this for now