1
0
mirror of synced 2025-01-10 02:57:10 +03:00
doctrine2/tests/Doctrine
Benjamin Eberlei d473824279 [DDC-2996] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet
When calling UnitOfWork#recomputeSingleEntityChangeSet on an entity
that didn't have a changeset before, the computation was ignored.
This method however is suggested to be used in "onFlush" and "preFlush"
events in the documentation.

Also fix a bug where recomputeSingleEntityChangeSet was used
before calculating a real changeset for an object.
2014-03-23 13:16:33 +01:00
..
Tests [DDC-2996] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet 2014-03-23 13:16:33 +01:00