1
0
mirror of synced 2025-01-09 10:37:09 +03:00
doctrine2/tests/Doctrine
Benjamin Eberlei 396337bd0d [DDC-3033] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet.
The fix for DDC-2624 had a side effect on recomputation of
changesets in preUpdate events. The method wasn't adjusted
to the changes in its sister method computeChangeSet() and
had wrong assumptions about the computation.

Especially:
1. Collections have to be skipped
2. Comparison was changed to strict equality only.
2014-03-23 12:35:54 +01:00
..
Tests [DDC-3033] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet. 2014-03-23 12:35:54 +01:00