mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DDC-2713: [GH-805] Improved test for DDC-1514 failing in some situations. #3396
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 (Sep 30, 2013).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of flip111:
Url: https://github.com/doctrine/doctrine2/pull/805
Message:
The problem is that the database will not guarantee entity a2 to be the second ([1]) in the results, because when not specifying an ORDER BY any order of results can not be guaranteed by the database.
This is a partial fix for bug http://www.doctrine-project.org/jira/browse/DDC-2689
@doctrinebot commented on GitHub (Oct 2, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-809] was closed:
https://github.com/doctrine/doctrine2/pull/809
@doctrinebot commented on GitHub (Oct 17, 2013):
Comment created by @ocramius:
Will be solved in DDC-2718
@doctrinebot commented on GitHub (Oct 17, 2013):
Issue was closed with resolution "Incomplete"