We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658c83 commit b128ad2Copy full SHA for b128ad2
google-cloud-spanner/src/main/java/com/google/cloud/spanner/MissingDefaultSequenceKindException.java
@@ -28,9 +28,7 @@ public class MissingDefaultSequenceKindException extends SpannerException {
28
private static final long serialVersionUID = 1L;
29
30
private static final Pattern PATTERN =
31
- 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`\\.");
+ Pattern.compile(".*Please specify the sequence kind explicitly or set the database option `default_sequence_kind`\\.");
34
35
/** Private constructor. Use {@link SpannerExceptionFactory} to create instances. */
36
MissingDefaultSequenceKindException(
0 commit comments