mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #134] [CLOSED] DDC-1372 #7755
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/134
Author: @FabioBatSilva
Created: 9/25/2011
Status: ❌ Closed
Base:
master← Head:DDC-1372📝 Commits (2)
b8bcae3branch for DDC-1372da571cdfix DDC-1372📊 Changes
2 files changed (+92 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/Query.php(+3 -2)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1372Test.php(+89 -0)📄 Description
Hello all
This patch fix : DDC-1372
http://www.doctrine-project.org/jira/browse/DDC-1372
I think the problem is here :
https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Query.php#L282
Only $sqlParams was being sorted
Thanks ...
Best Regards,
Fabio B. SIlva
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.