Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.3.0, 1.3.2, 1.3.1, 1.3.3
-
None
Description
Closing an already closed PrepareStatement throw a nullpointer exception.
This exception violates the Java API for the inherited Statement.close() "Calling the method close on a Statement object that is already closed has no effect.".
correction commit : https://github.com/MariaDB/mariadb-connector-j/commit/4a949d2dd0b6df3cda4de26cf52d9ba0b29c3c00.