mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #572] [CLOSED] Fixed SQLServer ORDER BY problem in paginator CountOutputWalker #8387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/572
Author: @norberttech
Created: 2/7/2013
Status: ❌ Closed
Base:
master← Head:paginator📝 Commits (3)
2842c25Fixed SQLServer ORDER BY problem in paginator CountOutputWalker6a7a625Added test to check query with ORDER BY and SQLServerPlatform3d8e114ORDER BY removed from all count queries regardless of the platform📊 Changes
2 files changed (+14 additions, -0 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php(+1 -0)📝
tests/Doctrine/Tests/ORM/Tools/Pagination/CountOutputWalkerTest.php(+13 -0)📄 Description
Code explains everything :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.