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.".