1
0
mirror of synced 2025-02-02 13:31: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
..
2013-08-10 18:14:07 +02:00
2013-04-06 14:31:27 +00:00
2013-04-06 14:31:27 +00:00
2014-04-17 00:03:11 +02:00
2013-06-14 12:07:28 -04:00
2013-06-14 12:07:28 -04:00
2013-03-11 00:08:58 +00:00
2012-12-13 18:19:21 +00:00
2013-03-11 00:08:58 +00:00
2013-06-07 17:24:05 -04:00
2014-09-22 20:00:15 +01:00
2014-12-16 14:47:17 +01:00

The file is empty.