1
0
Fork 0
mirror of synced 2025-03-29 11:19:50 +03:00
doctrine2/tests/Doctrine/Tests/ORM
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
..
Cache Merge pull request #885 from bakura10/criteria-many-to-many 2014-03-16 11:33:10 -05:00
Decorator Adding EntityManagerDecorator base class as an extension point for EntityManager 2013-03-06 23:30:47 +01:00
Entity Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Functional [DDC-3033] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet. 2014-03-23 12:35:54 +01:00
Hydration indexby ddc117 tests 2013-04-29 10:29:58 +02:00
Id Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Mapping Merge branch 'master' of github.com:doctrine/doctrine2 into ValueObjects 2014-01-04 17:52:32 +01:00
Performance Fix CS and update docs 2013-12-16 11:05:04 -05:00
Persisters [DDC-2471] Fix EQ/NEQ null handling of criteria 2013-05-26 09:04:19 +02:00
Proxy Format code 2013-12-31 12:25:14 +01:00
Query Merge branch 'master' into bugfix/join-with-condition-placement-fix 2014-02-10 08:22:11 +04:00
Tools Region cache clear commands 2013-12-16 11:05:05 -05:00
CommitOrderCalculatorTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ConfigurationTest.php Extract cache config 2013-12-16 11:05:04 -05:00
EntityManagerTest.php Test EntityManager::createNamedQuery. 2013-11-06 20:07:48 -08:00
PersistentCollectionTest.php convert PersistentCollection functional tests to unit tests 2013-07-23 09:40:46 -04:00
QueryBuilderTest.php [SLC] Add query builder options 2014-03-03 15:28:35 -05:00
UnitOfWorkTest.php [DDC-1984] Throw exception if passing null into UnitOfWork#lock() - which can happen when EntityManager#find() tries to lock entity that was just deleted by another process. 2013-05-01 19:39:21 +02:00