Skip to content

chore: support RESET ALL in the Connection API #3142

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

Merged
merged 2 commits into from
Jun 7, 2024
Merged

chore: support RESET ALL in the Connection API #3142

merged 2 commits into from
Jun 7, 2024

Conversation

olavloite
Copy link
Collaborator

Adds support for the RESET ALL statement to the Connection API. This allows users to easily reset a connection to its original state, for example before returning a connection to a pool, or after retrieving a connection from a pool.

Fixes googleapis/java-spanner-jdbc#1116

Adds support for the RESET ALL statement to the Connection
API. This allows users to easily reset a connection to its
original state, for example before returning a connection
to a pool, or after retrieving a connection from a pool.

Fixes googleapis/java-spanner-jdbc#1116
@olavloite olavloite requested review from a team as code owners May 31, 2024 14:26
@olavloite olavloite requested a review from rahul2393 May 31, 2024 14:26
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: spanner Issues related to the googleapis/java-spanner API. labels May 31, 2024
@olavloite olavloite merged commit 869a364 into main Jun 7, 2024
33 of 34 checks passed
@olavloite olavloite deleted the reset-all branch June 7, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A JDBC connection should have a reset method to reset it to the original state
2 participants