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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | CONJ-74.patch [ 24110 ] |
Assignee | Rasmus Johansson [ ratzpo ] | Georg Richter [ georg ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 29536 ] | MariaDB v2 [ 47881 ] |
Fix Version/s | 1.1.6 [ 13801 ] |
Workflow | MariaDB v2 [ 47881 ] | MariaDB connectors [ 54928 ] |
Workflow | MariaDB connectors [ 54928 ] | MariaDB v3 [ 70150 ] |
Workflow | MariaDB v3 [ 70150 ] | MariaDB v4 [ 134706 ] |
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.