Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
CONCAT() query expression currently only takes exactly two input arguments. Must allow for more than 2 arguments because JPA spec says so.
functions_returning_strings ::= CONCAT(string_primary, string_primary
*)