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 93f17ae commit b7136efCopy full SHA for b7136ef
enginetest/queries/auto_increment_overflow_test.go
@@ -1,4 +1,4 @@
1
-// Copyright 2020-2021 Dolthub, Inc.
+// Copyright 2025 Dolthub, Inc.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -111,4 +111,4 @@ var AutoIncrementOverflowErrorTests = []QueryErrorTest{
111
Query: "INSERT INTO test_bigint (value) VALUES ('test_overflow')",
112
ExpectedErr: sql.ErrPrimaryKeyViolation,
113
},
114
-}
+}
0 commit comments