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

fix: automatically set default_sequence_kind for CREATE SEQUENCE#4105

Merged
olavloite merged 2 commits intomainfrom
automatic-fallback-for-create-sequence
Oct 2, 2025
Merged

fix: automatically set default_sequence_kind for CREATE SEQUENCE#4105
olavloite merged 2 commits intomainfrom
automatic-fallback-for-create-sequence

Conversation

@olavloite
Copy link
Copy Markdown
Collaborator

Relax the pattern that is used to match errors that should lead to setting a default sequence kind and then retrying the DDL statement. The current pattern would only match errors that were returned for IDENTITY or serial columns, and not for CREATE SEQUENCE statements.

@olavloite olavloite requested review from a team October 2, 2025 09:09
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: spanner Issues related to the googleapis/java-spanner API. labels Oct 2, 2025
@olavloite olavloite merged commit 3beea6a into main Oct 2, 2025
43 of 46 checks passed
@olavloite olavloite deleted the automatic-fallback-for-create-sequence branch October 2, 2025 11:00
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: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants