Skip to content

feat: Support RESET ALL command #484

@apstndb

Description

@apstndb

Implement RESET ALL command to reset all session variables to their default values.

Reference:

  • java-spanner: Supports RESET ALL as a client-side statement that resets all properties to defaults within the current transaction scope.
  • go-sql-spanner: RESET command exists in the parser for individual properties.

Implementation notes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    statement-compatibilityClient-side statement and system variable compatibility with java-spanner/go-sql-spanner

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions