-
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 TRANSACTION_TIMEOUT system variable for controlling transaction-level timeouts.
Reference:
java-spanner: SupportsTRANSACTION_TIMEOUTasread/write [LOCAL]variable with duration or NULL values.go-sql-spanner: Supportstransaction_timeoutas a connection property (time.Duration).
Implementation notes:
- Add
TRANSACTION_TIMEOUTto system variable registry - Apply timeout to read/write transactions
- Support
[LOCAL]scoping when feat: Support SET LOCAL for transaction-scoped variables #400 is implemented
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