Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# the branch into which the pull request is merged
base_branch: main
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class MissingDefaultSequenceKindException extends SpannerException {

private static final Pattern PATTERN =
Pattern.compile(
"The sequence kind of an identity column .+ is not specified\\. Please specify the"
+ " sequence kind explicitly or set the database option `default_sequence_kind`\\.");
".*Please specify the sequence kind explicitly or set the database option"
+ " `default_sequence_kind`\\.");

/** Private constructor. Use {@link SpannerExceptionFactory} to create instances. */
MissingDefaultSequenceKindException(
Expand Down