[PR #12350] [MERGED] Add missing ORDER BY clause #13717

Closed
opened 2026-01-22 16:18:17 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12350
Author: @greg0ire
Created: 1/17/2026
Status: Merged
Merged: 1/18/2026
Merged by: @greg0ire

Base: 2.20.xHead: missing-order-by


📝 Commits (1)

  • 0b0f2f4 Add missing ORDER BY clause

📊 Changes

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

View changed files

📝 tests/Tests/ORM/Functional/PaginationTest.php (+1 -1)
📝 tests/Tests/ORM/Functional/Ticket/DDC1452Test.php (+1 -1)

📄 Description

This causes transient failures with PostgreSQL. Order is not guaranteed.


🔄 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/12350 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/18/2026 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `2.20.x` ← **Head:** `missing-order-by` --- ### 📝 Commits (1) - [`0b0f2f4`](https://github.com/doctrine/orm/commit/0b0f2f4d8617f305ee2ffdf86c665f27f1a13c16) Add missing ORDER BY clause ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tests/Tests/ORM/Functional/PaginationTest.php` (+1 -1) 📝 `tests/Tests/ORM/Functional/Ticket/DDC1452Test.php` (+1 -1) </details> ### 📄 Description This causes transient failures with PostgreSQL. Order is not guaranteed. --- <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:18:17 +01:00
admin closed this issue 2026-01-22 16:18:17 +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#13717