mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3688: Order By column doesn't have number suffix in Paginator #4530
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 13, 2015).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user thkoch:
I use the doctrine paginator on a normal FosUserBundle user entity. It worked with doctrine-common 2.4.2, -orm 2.4.7 and throws this exception with doctrine 2.5.
While I stepped through the code with xdebug I got this notice once, but I can't reproduce it anymore:
Maybe this is related to DDC-3434?
@doctrinebot commented on GitHub (Apr 13, 2015):
Comment created by thkoch:
Our user class has a relation to another entity: