Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

chore: support RESET ALL in the Connection API#3142

Merged
olavloite merged 2 commits intomainfrom
reset-all
Jun 7, 2024
Merged

chore: support RESET ALL in the Connection API#3142
olavloite merged 2 commits intomainfrom
reset-all

Conversation

@olavloite
Copy link
Copy Markdown
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 and 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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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