[PR #1030] [MERGED] DDC-3123 extra updates cleanup #9057

Open
opened 2026-01-22 16:03:01 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: hotfix/DDC-3123-extra-updates-cleanup


📝 Commits (2)

  • 9cdcba3 DDC-3123 - verifying that the UoW is not clearing extra inserts
  • ccc789e DDC-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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/1030 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 5/14/2014 **Status:** ✅ Merged **Merged:** 5/14/2014 **Merged by:** [@deeky666](https://github.com/deeky666) **Base:** `master` ← **Head:** `hotfix/DDC-3123-extra-updates-cleanup` --- ### 📝 Commits (2) - [`9cdcba3`](https://github.com/doctrine/orm/commit/9cdcba3fbc5d25278a3d7b26489abb62048f9391) DDC-3123 - verifying that the UoW is not clearing extra inserts - [`ccc789e`](https://github.com/doctrine/orm/commit/ccc789eadda2cb31052bd178ed5490f0d805ef29) DDC-3123 - the UoW should clear extra updates immediately ### 📊 Changes **2 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+2 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3123Test.php` (+48 -0) </details> ### 📄 Description See DDC-3123 ( http://www.doctrine-project.org/jira/browse/DDC-3123 ) Extra updates in the UoW should be cleared immediately. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:03:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9057