googleapis / java-spanner

Apache License 2.0
55 stars 110 forks source link

chore: support RESET ALL in the Connection API #3142

Closed olavloite closed 3 months ago

olavloite commented 3 months ago

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 https://github.com/googleapis/java-spanner-jdbc/issues/1116