mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1030] [MERGED] DDC-3123 extra updates cleanup #9057
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/1030
Author: @Ocramius
Created: 5/14/2014
Status: ✅ Merged
Merged: 5/14/2014
Merged by: @deeky666
Base:
master← Head:hotfix/DDC-3123-extra-updates-cleanup📝 Commits (2)
9cdcba3DDC-3123 - verifying that the UoW is not clearing extra insertsccc789eDDC-3123 - the UoW should clear extra updates immediately📊 Changes
2 files changed (+50 additions, -0 deletions)
View changed files
📝
lib/Doctrine/ORM/UnitOfWork.php(+2 -0)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3123Test.php(+48 -0)📄 Description
See DDC-3123 ( http://www.doctrine-project.org/jira/browse/DDC-3123 )
Extra updates in the UoW should be cleared immediately.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.