mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #288] [MERGED] DDC 775 #7975
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/288
Author: @FabioBatSilva
Created: 2/16/2012
Status: ✅ Merged
Merged: 3/22/2012
Merged by: @beberlei
Base:
master← Head:DDC-775📝 Commits (5)
ce9643bOrder by clause support functionsdf06322Order by clause support case expressions797c9cfsupports simple math operatore46275eremove case expressions and functions support84b3171fix indentation📊 Changes
3 files changed (+51 additions, -6 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/Parser.php(+29 -4)📝
lib/Doctrine/ORM/Query/SqlWalker.php(+2 -2)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+20 -0)📄 Description
Hello
http://www.doctrine-project.org/jira/browse/DDC-775
This patch adds support for arithmetic expression, case expression and functions on DQL ORDER BY clause.
Please let me know if can I make something better :)
Thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.