You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix connection leak in JDBC waitUntilContainerStarted (#5281)
Only the Statement was auto-closed, but not the Connection
from which the Statement was created.
Aside from resources leaking, this can cause problems
when database rename transactions are executed by clients.
0 commit comments