1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

DDC-3123 - the UoW should clear extra updates immediately

This commit is contained in:
Marco Pivetta 2014-05-15 00:18:50 +02:00
parent 9cdcba3fbc
commit ccc789eadd

View file

@ -483,6 +483,8 @@ class UnitOfWork implements PropertyChangedListener
$this->entityChangeSets[$oid] = $changeset;
$this->getEntityPersister(get_class($entity))->update($entity);
}
$this->extraUpdates = array();
}
/**