[PR #939] [MERGED] [DDC-2939] Order Preservation #8931

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/939
Author: @beberlei
Created: 2/8/2014
Status: Merged
Merged: 2/9/2014
Merged by: @beberlei

Base: masterHead: DDC-1985


📝 Commits (2)

  • 1a08b52 Cleanup test output.
  • d31f7eb [DDC-1985] Fix ordering preservation in SQL limit subquery output walker.

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php (+8 -14)
📝 tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2931Test.php (+0 -1)

📄 Description

Preserve order on all platforms.


🔄 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/939 **Author:** [@beberlei](https://github.com/beberlei) **Created:** 2/8/2014 **Status:** ✅ Merged **Merged:** 2/9/2014 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1985` --- ### 📝 Commits (2) - [`1a08b52`](https://github.com/doctrine/orm/commit/1a08b52ab415487ae2e4064064b9a5dd2f7128a1) Cleanup test output. - [`d31f7eb`](https://github.com/doctrine/orm/commit/d31f7ebf574024994b69b68631f11bf34452193c) [DDC-1985] Fix ordering preservation in SQL limit subquery output walker. ### 📊 Changes **2 files changed** (+8 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php` (+8 -14) 📝 `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2931Test.php` (+0 -1) </details> ### 📄 Description Preserve order on all platforms. --- <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:22 +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#8931