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

Close temporary PreparedStatement in Sqlite JDBC Driver #4589

Merged
merged 1 commit into from
Sep 9, 2023

Conversation

MariusVolkhart
Copy link
Contributor

The type is AutoCloseable and we should close it. Failing to do so leaks the PreparedStatement.

The type is AutoCloseable and we should close it. Failing to do so leaks the PreparedStatement.
@hfhbd hfhbd merged commit 90d139b into cashapp:master Sep 9, 2023
7 checks passed
@MariusVolkhart MariusVolkhart deleted the closePreparedStatement branch September 10, 2023 02:03
hfhbd pushed a commit that referenced this pull request Apr 2, 2024
The type is AutoCloseable and we should close it. Failing to do so leaks the PreparedStatement.
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.

None yet

2 participants