Changed the behavior of EntityManager#getPartialReference to be read-only. No changes are ever done to this entities. Changed UnitOfWork#computeChangeSet to never create a changeset for fields that are partially omitted from a DQL or NativeQuery. To check if an entity is read only use the new API: if ($entityManager->getUnitOfWork()->isReadOnly($entity)) |
||
---|---|---|
.. | ||
Criteria | ||
Entity | ||
Event | ||
Functional | ||
Hydration | ||
Id | ||
Mapping | ||
Performance | ||
Proxy | ||
Query | ||
Tools | ||
CommitOrderCalculatorTest.php | ||
EntityManagerTest.php | ||
PersistentCollectionTest.php | ||
QueryBuilderTest.php | ||
UnitOfWorkTest.php |