[PR #867] [CLOSED] Fixed issue DDC-2645 #8822

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/867
Author: @Exeu
Created: 12/2/2013
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • edab2b6 Fixed issue DDC-2645
  • 807810d added Testcases for DDC-2645
  • 5828473 removed public api
  • a8d5c8a Merge branch 'master' of github.com:apa-opensource/doctrine2

📊 Changes

5 files changed (+123 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+2 -0)
tests/Doctrine/Tests/Models/DDC2645/DDC2645Price.php (+34 -0)
tests/Doctrine/Tests/Models/DDC2645/DDC2645Variant.php (+29 -0)
tests/Doctrine/Tests/ORM/Functional/FlattenIdAssociationTest.php (+49 -0)
📝 tests/Doctrine/Tests/OrmFunctionalTestCase.php (+9 -0)

📄 Description

No description provided


🔄 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/867 **Author:** [@Exeu](https://github.com/Exeu) **Created:** 12/2/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`edab2b6`](https://github.com/doctrine/orm/commit/edab2b6a9670dda3127f457205c7720611d6a6c9) Fixed issue DDC-2645 - [`807810d`](https://github.com/doctrine/orm/commit/807810d928742ca89c15bfbd559daf2a5ef184c5) added Testcases for DDC-2645 - [`5828473`](https://github.com/doctrine/orm/commit/582847381b771c7bf291abb35d130b28c7ff366c) removed public api - [`a8d5c8a`](https://github.com/doctrine/orm/commit/a8d5c8a9e7dc86d90341fc9f9d9a897b2949e573) Merge branch 'master' of github.com:apa-opensource/doctrine2 ### 📊 Changes **5 files changed** (+123 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+2 -0) ➕ `tests/Doctrine/Tests/Models/DDC2645/DDC2645Price.php` (+34 -0) ➕ `tests/Doctrine/Tests/Models/DDC2645/DDC2645Variant.php` (+29 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/FlattenIdAssociationTest.php` (+49 -0) 📝 `tests/Doctrine/Tests/OrmFunctionalTestCase.php` (+9 -0) </details> ### 📄 Description _No description provided_ --- <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:01:51 +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#8822