Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.7.12
-
None
Description
when using CallableStatement ending with an OUT parameters, if no parameter has been explicitly set in statement, query might result with
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 |
 |
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executePreparedQuery(AbstractQueryProtocol.java:1122) |
at org.mariadb.jdbc.ServerSidePreparedStatement.executeInternal(ServerSidePreparedStatement.java:433) |
at org.mariadb.jdbc.BasePrepareStatement.executeLargeUpdate(BasePrepareStatement.java:143) |
This only concerns 2.x branch