Skip to content

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
@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