mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3717: [GH-1397] Add Expr::concat support for multiple arguments #4565
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 (Apr 28, 2015).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of giosh94mhz:
Url: https://github.com/doctrine/doctrine2/pull/1397
Message:
DQL CONCAT function support variable number of arguments (2+) since version
2.4.0.The
Exprclass, on the other hand, is still limited to 2 arguments, and require multiple call to achive a similar result (see this SO question). I've improvedExprimplementation to support variable number of arguments in a backward compatible way.Please, consider backporting to
2.4branch if you plan to release other versions, since2.5introduce many features and may not be possible to easily upgrade. I may be wrong, though.@doctrinebot commented on GitHub (Sep 10, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was labeled:
https://github.com/doctrine/doctrine2/pull/1397
@doctrinebot commented on GitHub (Nov 6, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was assigned:
https://github.com/doctrine/doctrine2/pull/1397
@doctrinebot commented on GitHub (Nov 6, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was unassigned:
https://github.com/doctrine/doctrine2/pull/1397
@doctrinebot commented on GitHub (Nov 6, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was unlabeled:
https://github.com/doctrine/doctrine2/pull/1397
@doctrinebot commented on GitHub (Nov 7, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was merged:
https://github.com/doctrine/doctrine2/pull/1397
@doctrinebot commented on GitHub (Nov 7, 2015):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Nov 7, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was unassigned:
https://github.com/doctrine/doctrine2/pull/1397
@doctrinebot commented on GitHub (Nov 7, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1397] was assigned:
https://github.com/doctrine/doctrine2/pull/1397