-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
statement-compatibilityClient-side statement and system variable compatibility with java-spanner/go-sql-spannerClient-side statement and system variable compatibility with java-spanner/go-sql-spanner
Description
Implement RESET ALL command to reset all session variables to their default values.
Reference:
java-spanner: SupportsRESET ALLas a client-side statement that resets all properties to defaults within the current transaction scope.go-sql-spanner:RESETcommand exists in the parser for individual properties.
Implementation notes:
- Add
RESET ALLto client_side_statement_def.go - Iterate over all resettable system variables and restore defaults
- Consider interaction with transaction-scoped variables (feat: Support SET LOCAL for transaction-scoped variables #400)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
statement-compatibilityClient-side statement and system variable compatibility with java-spanner/go-sql-spannerClient-side statement and system variable compatibility with java-spanner/go-sql-spanner