[PR #645] [CLOSED] Fixe Oracle Pagination bug when ordering is present (e.g. Oracle subquery ordering) #8498

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/645
Author: @raykolbe
Created: 4/9/2013
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • b8b7afe Fix Oracle subquery ordering lost bug
  • 4bafcc5 Fix Oracle subquery ordering

📊 Changes

1 file changed (+8 additions, -6 deletions)

View changed files

📝 lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php (+8 -6)

📄 Description

See http://www.doctrine-project.org/jira/browse/DDC-1800 for a full description of the problem.


🔄 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/645 **Author:** [@raykolbe](https://github.com/raykolbe) **Created:** 4/9/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b8b7afe`](https://github.com/doctrine/orm/commit/b8b7afe5762c012778bd61b1bc5b6afe29848b88) Fix Oracle subquery ordering lost bug - [`4bafcc5`](https://github.com/doctrine/orm/commit/4bafcc5b317a1feb8f05febf7985d8cfd87d31d7) Fix Oracle subquery ordering ### 📊 Changes **1 file changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php` (+8 -6) </details> ### 📄 Description See http://www.doctrine-project.org/jira/browse/DDC-1800 for a full description of the problem. --- <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:00:11 +01:00
admin closed this issue 2026-01-22 16:00:12 +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#8498