1
0
mirror of synced 2025-02-02 21:41:45 +03:00
nclavaud bac6570af1 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:38:57 +00:00
..
2015-01-13 02:35:44 +01:00
2015-01-18 17:09:29 +01:00
2013-03-11 00:08:58 +00:00
2013-03-11 00:08:58 +00:00
2011-03-21 23:30:10 -04:00
2013-03-11 00:08:58 +00:00
2013-03-11 00:08:58 +00:00
2013-01-29 12:14:53 -02:00
2013-06-13 16:44:02 -04:00
2013-03-11 00:08:58 +00:00
2013-03-11 00:08:58 +00:00
2013-03-11 00:08:58 +00:00
2011-10-23 21:37:29 +02:00
2012-09-29 16:18:58 -03:00
2012-02-12 22:24:03 -02:00