1
0
mirror of synced 2025-01-18 14:31:40 +03:00
nclavaud b492d61398 Update identityMap when entity gets managed again
http://www.doctrine-project.org/jira/browse/DDC-3619

When using SoftDeleteable doctrine extension, an entity can be scheduled
for deletion, then persisted before flushing. In such a case, the entity
was removed from the unit of work identity map and no reference was
hold. This could lead to spl_object_hash collisions, and prevent
another, new entity to be persisted later.

This fix makes sure the unit of work identity map holds a reference to
the entity after it has been soft-deleted.
2015-03-17 22:19:10 +00:00
..
2014-02-05 15:13:53 +01:00
2014-05-15 18:22:56 +02:00
2012-12-13 18:19:21 +00:00
2013-11-19 11:50:43 -05:00

The file is empty.