[PR #716] [MERGED] Appending the Paginator tree walker hint #8604

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/716
Author: @Lumbendil
Created: 7/3/2013
Status: Merged
Merged: 8/10/2013
Merged by: @beberlei

Base: masterHead: append-paginator-tree-walker


📝 Commits (4)

  • 90a41fb Appending the Paginator tree walker hint, instead of removing all the other hints.
  • 981fcb2 Added docblock.
  • 91638aa Added a test which verifies that the tree walkers are kept.
  • 9f2994f Fixed name colision.

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Tools/Pagination/Paginator.php (+20 -2)
📝 tests/Doctrine/Tests/ORM/Functional/PaginationTest.php (+31 -0)

📄 Description

Appends the Paginator tree walker query hint instead of appending it, thus keeping other query hints.


🔄 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/716 **Author:** [@Lumbendil](https://github.com/Lumbendil) **Created:** 7/3/2013 **Status:** ✅ Merged **Merged:** 8/10/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `append-paginator-tree-walker` --- ### 📝 Commits (4) - [`90a41fb`](https://github.com/doctrine/orm/commit/90a41fba8ba722d94b285b64f951d9a97b96a811) Appending the Paginator tree walker hint, instead of removing all the other hints. - [`981fcb2`](https://github.com/doctrine/orm/commit/981fcb2c21a0c3a8f624681283c4bec1263d53ca) Added docblock. - [`91638aa`](https://github.com/doctrine/orm/commit/91638aadcfe9675e8c3d3f85dbfd5ba3cad56b53) Added a test which verifies that the tree walkers are kept. - [`9f2994f`](https://github.com/doctrine/orm/commit/9f2994f4629d0a6a1b666b56ec8941e39067f177) Fixed name colision. ### 📊 Changes **2 files changed** (+51 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Pagination/Paginator.php` (+20 -2) 📝 `tests/Doctrine/Tests/ORM/Functional/PaginationTest.php` (+31 -0) </details> ### 📄 Description Appends the Paginator tree walker query hint instead of appending it, thus keeping other query hints. --- <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:43 +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#8604