Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDC-3717: [GH-1397] Add Expr::concat support for multiple arguments #4553

Closed
doctrinebot opened this issue Apr 28, 2015 · 8 comments
Closed
Assignees
Milestone

Comments

@doctrinebot
Copy link

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of giosh94mhz:

Url: #1397

Message:

DQL CONCAT function support variable number of arguments (2+) since version 2.4.0.

The Expr class, 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 improved Expr implementation to support variable number of arguments in a backward compatible way.

Please, consider backporting to 2.4 branch if you plan to release other versions, since 2.5 introduce many features and may not be possible to easily upgrade. I may be wrong, though.

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was labeled:
#1397

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was assigned:
#1397

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was unassigned:
#1397

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was unlabeled:
#1397

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was merged:
#1397

@doctrinebot
Copy link
Author

Issue was closed with resolution "Fixed"

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was unassigned:
#1397

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1397] was assigned:
#1397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants