Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
See CONJ-62. However, that was filed for org.mariadb.jdbc.MySQLStatement and was fixed in version 1.1.4. The issue still exists in 1.1.5 for org.mariadb.jdbc.MySQLPreparedStatement.
Also I realize it's not technically with the scope of this bug, but
CONJ-62isn't fully fixed. clearBatch will still throw an NPE. I've attached a patch file suitable for patching with `patch -p1` with the changes that need to be made.