-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chimera: on shutdown propagate close to DB specific driver
Motivation: If chimera DB driver is statefull it might require an explicit close on shutdown. Modification: Add FsSqlDriver#close method that is called by JdbcFs#close. Result: better handling of db resources. Acked-by: Paul Millar Target: master Require-book: no Require-notes: no
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
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
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