[PR #907] [CLOSED] [DDC-1632] OneToMany Fetch eager #8879

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/907
Author: @nenadalm
Created: 1/11/2014
Status: Closed

Base: masterHead: DDC-1632_fetch_eager


📝 Commits (3)

  • e1b05ce [DDC-1632] OneToMany - Fetch eager
  • 1b5aa1b [DDC-1632] Fixed tests
  • c0b84e9 [DDC-1632] Fixed github comments

📊 Changes

3 files changed (+23 additions, -9 deletions)

View changed files

📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+11 -1)
📝 tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2350Test.php (+2 -2)
📝 tests/Doctrine/Tests/ORM/Functional/Ticket/DDC440Test.php (+10 -6)

📄 Description

version for 2.3:
https://github.com/doctrine/doctrine2/pull/905


🔄 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/907 **Author:** [@nenadalm](https://github.com/nenadalm) **Created:** 1/11/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-1632_fetch_eager` --- ### 📝 Commits (3) - [`e1b05ce`](https://github.com/doctrine/orm/commit/e1b05ce7f27eb750b210b4efbc9ee0a2f92789e7) [DDC-1632] OneToMany - Fetch eager - [`1b5aa1b`](https://github.com/doctrine/orm/commit/1b5aa1b9b706cd23a73fdd60da7d0684ba73108a) [DDC-1632] Fixed tests - [`c0b84e9`](https://github.com/doctrine/orm/commit/c0b84e954d3724cb0d51dc378cc2b75282acbc6e) [DDC-1632] Fixed github comments ### 📊 Changes **3 files changed** (+23 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+11 -1) 📝 `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2350Test.php` (+2 -2) 📝 `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC440Test.php` (+10 -6) </details> ### 📄 Description version for 2.3: https://github.com/doctrine/doctrine2/pull/905 --- <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:02:06 +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#8879