-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make all SqlResult methods close the ResultSet when finished
Before the previous commit, it perhaps made sense for these methods to not close the ResultSet—the SqlResult exposed methods to iterate through the results one-by-one, and these methods only deal with the current row.
- Loading branch information
1 parent
1d881a6
commit c7ed6ba
Showing
2 changed files
with
23 additions
and
6 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
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