Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3.3
-
Fix Version/s: 2.0.0
-
Labels:None
-
Number of attachments :
Description
Currently statements are only closed when a connection is returned to the pool. However, because the connection can wait in STATE_NOT_ACCESSIBLE, or can be re-issued to another caller, it is better to release resources as soon as possible. Statements should also be closed when the connection transitions to STATE_NOT_ACCESSIBLE.
Uncached statements are now closed when a connection transitions to STATE_NOT_ACCESSIBLE.