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

Commit d698ad1

Browse files
chore: merge main into generate-libraries-main
2 parents 3992191 + 3beea6a commit d698ad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/MissingDefaultSequenceKindException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public class MissingDefaultSequenceKindException extends SpannerException {
2929

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

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

0 commit comments

Comments
 (0)