[CONJ-298] Callable function exception when no parameter and space before parenthesis Created: 2016-05-23 Updated: 2016-06-15 Resolved: 2016-06-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5 |
| Fix Version/s: | 1.5.0-RC |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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. connection.prepareCall("{ ? = call `function name` () }"); |