[PR #559] [MERGED] [Paginator] Added support for order by scalar #8372

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/559
Author: @f1nder
Created: 1/26/2013
Status: Merged
Merged: 1/27/2013
Merged by: @guilhermeblanco

Base: masterHead: fix-paginator


📝 Commits (5)

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php (+4 -2)
📝 tests/Doctrine/Tests/ORM/Tools/Pagination/LimitSubqueryOutputWalkerTest.php (+38 -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/559 **Author:** [@f1nder](https://github.com/f1nder) **Created:** 1/26/2013 **Status:** ✅ Merged **Merged:** 1/27/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `fix-paginator` --- ### 📝 Commits (5) - [`6163495`](https://github.com/doctrine/orm/commit/61634950f35712954e65466a795b9002f37839d9) Add test for order by scalar - [`5e6bc08`](https://github.com/doctrine/orm/commit/5e6bc0847fa1a2eb39750fe2727f1faa944189d8) Added support for order by scalar - [`6662096`](https://github.com/doctrine/orm/commit/6662096ed3b49911a80ff9bfcd67d17a4600cfd1) Fix typo - [`dc190a2`](https://github.com/doctrine/orm/commit/dc190a297daaeb3e36b034eebdbf4154584b35c3) Fix typo - [`206c251`](https://github.com/doctrine/orm/commit/206c251090dfd271e3b5bd636fd8a0a469c3ed55) Add test with mixed sort ### 📊 Changes **2 files changed** (+42 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php` (+4 -2) 📝 `tests/Doctrine/Tests/ORM/Tools/Pagination/LimitSubqueryOutputWalkerTest.php` (+38 -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:59:36 +01:00
admin closed this issue 2026-01-22 15:59:37 +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#8372