mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
@OrderBy annotation does not apply #4927
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 @tszymanek on GitHub (Dec 9, 2015).
Originally assigned to: @guilhermeblanco on GitHub.
As stated in my stackoverflow question there appears to be a bug causing the ArrayCollection to be unsorted when I'm retrieving the entity with
find(1). The whole thing miraculously works when I usefindOneBy(array('id' => 1)). Please check the link mentioned above for further detail.Hope I wrote this in the right section and it's going to be resolved. Best regards
@dlancea commented on GitHub (May 19, 2016):
This might be related to Issues #4256 and #4739 .
Try removing
fetch="EAGER"@guilhermeblanco commented on GitHub (May 19, 2016):
Closing as a duplicate of #4256