mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
UnitOfWork::commit with specific entity flashes all removed and persisted entity but not change dependent entity #5313
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 @SergeyMilegov on GitHub (Nov 4, 2016).
@Ocramius commented on GitHub (Nov 5, 2016):
Need a test case to reproduce this. Seems like one of the usual
flush($somethingSpecific)issues. Dropping support for that can't come soon enough!@Ocramius commented on GitHub (Nov 5, 2016):
Raised #6118, since this
flush($something)stuff will NEVER end (it cannot by design limitations of theUnitOfWork)