[PR #549] [MERGED] [DDC-1376] Support for order by association when using findBy #8360

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/549
Author: @FabioBatSilva
Created: 1/14/2013
Status: Merged
Merged: 1/14/2013
Merged by: @guilhermeblanco

Base: masterHead: DDC-1376


📝 Commits (1)

📊 Changes

2 files changed (+106 additions, -12 deletions)

View changed files

📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+31 -11)
📝 tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php (+75 -1)

📄 Description

This patch add support for ORDER BY association when using findBy
http://www.doctrine-project.org/jira/browse/DDC-1376


🔄 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/549 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 1/14/2013 **Status:** ✅ Merged **Merged:** 1/14/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1376` --- ### 📝 Commits (1) - [`6074755`](https://github.com/doctrine/orm/commit/6074755b91d026b2b30b5ca183e58e0122e5f138) Fix DDC-1376 ### 📊 Changes **2 files changed** (+106 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+31 -11) 📝 `tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php` (+75 -1) </details> ### 📄 Description This patch add support for ORDER BY association when using findBy http://www.doctrine-project.org/jira/browse/DDC-1376 --- <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:33 +01:00
admin closed this issue 2026-01-22 15:59:33 +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#8360