1
0
mirror of synced 2025-01-09 18:47:10 +03:00
doctrine2/lib
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
..
Doctrine/ORM [DDC-2996] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet 2014-03-23 13:16:33 +01:00
vendor Removing submodules as of doctrine/doctrine2#570 2013-02-15 18:33:29 +01:00