Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.4.1.3
-
None
-
Client-server with statement pooling enabled in the client driver.
Description
When a logical connection is closed, all open logical statements created by this connection must be closed.
The closing is important per the general principle of cleaning up resources, but especially so in the case of statement pooling, as not closing the logical statement can cause side effects on another logical connection (sharing the same physical connection).
Attachments
Attachments
Issue Links
- is part of
-
DERBY-3326 Introduce a caching logical connection and logical prepared statement in the client driver
- Closed