-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(java/driver/jdbc): fix connection leak in `JdbcDataSourceDatabase…
…` constructor (#1418) I think there is a connection leak in the constructor for `JdbcDataSourceDatabase` where we're obtaining a connection in the constructor but we're obtaining another one in the `connect` method using the appropriate username/password. We can remove this and fix the bug as described in #1415. Fixes #1415.
- Loading branch information
1 parent
76ab8cb
commit 61c9236
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters