mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3672: After update to 2.5.0 we need left join to order correctly with pagination #4512
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?
Originally created by @doctrinebot on GitHub (Apr 7, 2015).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user xguiga:
Before update to 2.5.0 I had follow code working:
As workaround I had to add:
@doctrinebot commented on GitHub (Apr 7, 2015):
Comment created by @ocramius:
Does
ORDER BY IDENTITY(customer.person)work?@doctrinebot commented on GitHub (Apr 7, 2015):
Comment created by xguiga:
Nop, same error..
Sorry, I don't tell you the error
@doctrinebot commented on GitHub (Apr 7, 2015):
Comment created by stof:
[~ocramius] Looks like we are still missing a bunch of functional tests for the pagination
@doctrinebot commented on GitHub (Apr 7, 2015):
Comment created by @ocramius:
[~stof] yeah, a whole lot of them :-\