Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5
-
None
Description
A specific case is not working : calling function with CallableStatement when query function is using " ' ", without any parameters and a space before parenthesis.
not working example :
connection.prepareCall("{ ? = call `function name` () }");