Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
JDBC specification indicates "All Statement objects created from a given
Connection object will be closed when the close method for the Connection
object is called."
This isn't done in our connector, and in cases of pool use, and wrong implementation, this can lead to wrong use.
best would be to implement that correctly, with mysql option `dontTrackOpenResources` in order to keep current behavior.