mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2706: [GH-801] Update SqlWalker.php fixed wrong GROUP BY clause on SQL Server platform #3389
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 26, 2013).
Originally assigned to: @beberlei 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/801
Message:
Without this patch a query would like like:
Using the column alias in the GROUP BY clause. However this is not allowed on SQL Server. References:
The correct query should be:
@doctrinebot commented on GitHub (Oct 1, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-801] was closed:
https://github.com/doctrine/doctrine2/pull/801
@doctrinebot commented on GitHub (Nov 16, 2013):
Comment created by @FabioBatSilva:
Merged :
2c4c26c5d6@doctrinebot commented on GitHub (Nov 16, 2013):
Issue was closed with resolution "Fixed"