[PR #9935] Removed orderBy clause in walk select statement #11984

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

Original Pull Request: https://github.com/doctrine/orm/pull/9935

State: closed
Merged: No


I've encountered an issue with an IBM Informix database
system would suffer heavily from having an order by in the
count select statement. Currently, this file contains a condition
where it will remove the order by statement for Sql Server.
Why are we keeping for other database systems? Even if it should
only make a minor difference, i can't see a reason to keep this
in the query since we are simply doing a count.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9935 **State:** closed **Merged:** No --- I've encountered an issue with an IBM Informix database system would suffer heavily from having an order by in the count select statement. Currently, this file contains a condition where it will remove the order by statement for Sql Server. Why are we keeping for other database systems? Even if it should only make a minor difference, i can't see a reason to keep this in the query since we are simply doing a count.
admin added the pull-request label 2026-01-22 16:12:32 +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#11984