DDC-3123 - the UoW should clear extra updates immediately
This commit is contained in:
parent
9cdcba3fbc
commit
ccc789eadd
1 changed files with 2 additions and 0 deletions
|
@ -483,6 +483,8 @@ class UnitOfWork implements PropertyChangedListener
|
|||
$this->entityChangeSets[$oid] = $changeset;
|
||||
$this->getEntityPersister(get_class($entity))->update($entity);
|
||||
}
|
||||
|
||||
$this->extraUpdates = array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue