1
0
Fork 0
mirror of synced 2025-03-29 11:19:50 +03:00
doctrine2/tests/Doctrine/Tests/ORM
Benjamin Eberlei 8b75e3563a [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:19:22 +01:00
..
Criteria Remove all trailing whitespaces 2011-12-19 22:56:19 +01: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-2996] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet 2014-03-23 13:19:22 +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 [DDC-2700] Add test and fix CS. 2014-01-02 23:50:37 +01:00
Performance Fixed typos 2013-03-11 00:08:58 +00:00
Persisters [DDC-2471] Fix EQ/NEQ null handling of criteria 2013-05-26 09:04:19 +02:00
Proxy Adding failing test to demonstrate DDC-2432 2013-05-09 21:11:10 +02:00
Query Fix tests in 2.4 branch 2014-02-09 14:29:45 +01:00
Tools Added test to ensure boolean metadata is properly exported/serialized to XML 2014-03-23 10:16:43 +01:00
CommitOrderCalculatorTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ConfigurationTest.php Revert "allowed to pass filter objects to the configurator" 2013-02-09 20:28:52 +01:00
EntityManagerTest.php Allow passing any callable instead of only closures 2012-06-16 13:20:34 +02:00
PersistentCollectionTest.php convert PersistentCollection functional tests to unit tests 2013-08-10 17:27:30 +02:00
QueryBuilderTest.php Add rootAlias to Criteria where clauses 2014-01-02 23:16:35 +01: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