[PR #589] [MERGED] Hotfix for DDC-2230 #8414

Open
opened 2026-01-22 15:59:50 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/589
Author: @Ocramius
Created: 2/23/2013
Status: Merged
Merged: 2/26/2013
Merged by: @guilhermeblanco

Base: masterHead: hotfix/DDC-2230


📝 Commits (2)

  • be24439 Adding failing test for DDC-2230
  • 350fa4f Applying fix for failing test for DDC-2230

📊 Changes

3 files changed (+115 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+5 -2)
📝 tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1690Test.php (+8 -1)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2230Test.php (+102 -0)

📄 Description

See DDC-2230 and commit messages


🔄 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/589 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 2/23/2013 **Status:** ✅ Merged **Merged:** 2/26/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `hotfix/DDC-2230` --- ### 📝 Commits (2) - [`be24439`](https://github.com/doctrine/orm/commit/be24439e2f69f3fb2b0370e9587fce558c23dd39) Adding failing test for DDC-2230 - [`350fa4f`](https://github.com/doctrine/orm/commit/350fa4f15b95f28fbbe3ff06237a17ebf24de67e) Applying fix for failing test for DDC-2230 ### 📊 Changes **3 files changed** (+115 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+5 -2) 📝 `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1690Test.php` (+8 -1) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2230Test.php` (+102 -0) </details> ### 📄 Description See [DDC-2230](http://www.doctrine-project.org/jira/browse/DDC-2230) and commit messages --- <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 15:59:50 +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#8414