Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3.0
-
Component/s: None
-
Labels: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
*)