[PR #304] [MERGED] Allow flushing of many entities by passing an array of entities. #8000

Closed
opened 2026-01-22 15:57:54 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/304
Author: @jwage
Created: 3/15/2012
Status: Merged
Merged: 3/22/2012
Merged by: @beberlei

Base: masterHead: feature/flush-many-documents


📝 Commits (1)

  • 24e8088 Allow flushing of many entities by passing an array of entities.

📊 Changes

2 files changed (+37 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+6 -2)
📝 tests/Doctrine/Tests/ORM/Functional/BasicFunctionalTest.php (+31 -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/304 **Author:** [@jwage](https://github.com/jwage) **Created:** 3/15/2012 **Status:** ✅ Merged **Merged:** 3/22/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `feature/flush-many-documents` --- ### 📝 Commits (1) - [`24e8088`](https://github.com/doctrine/orm/commit/24e808844b71e837c6725ebe606e5aa5d9382645) Allow flushing of many entities by passing an array of entities. ### 📊 Changes **2 files changed** (+37 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+6 -2) 📝 `tests/Doctrine/Tests/ORM/Functional/BasicFunctionalTest.php` (+31 -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 15:57:54 +01:00
admin closed this issue 2026-01-22 15:57:54 +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#8000