Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: resource shutdown/release for CallableStatement.java #390

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

crystall-bitquill
Copy link
Contributor

Summary

Resource shutdown/release for CallableStatement.java

Description

One ResultSet instance was not being closed, and was put into a try with resources block. Other try-catch blocks were also altered to be try with resources blocks.

Additional Reviewers

@karenc-bq karenc-bq merged commit 7b2bc31 into awslabs:main Apr 21, 2023
@karenc-bq karenc-bq deleted the cleanup-resource-release branch April 21, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants