mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #805] [CLOSED] Improved test for DDC-1514 failing in some situations. #8731
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/805
Author: @flip111
Created: 9/30/2013
Status: ❌ Closed
Base:
master← Head:patch-5📝 Commits (6)
00fdca0Improved test for DDC-1514 failing in some situations.c5d60deFixed using the wrong array key [0]. And improved code.0bd6200Corrected a variable name.add2befFixed a variable name again.9d2255bChanged code AGAIN (facepalm). Just went with a simple foreach.bffa0ecFixed indentation📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1514Test.php(+8 -1)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.