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 18a580a commit 94228eeCopy full SHA for 94228ee
enginetest/queries/script_queries.go
@@ -2810,7 +2810,7 @@ CREATE TABLE tab3 (
2810
},
2811
{
2812
Query: "INSERT INTO test (pk) VALUES (3);",
2813
- ExpectedErr: sql.ErrInsertIntoNonNullableDefaultNullColumn,
+ ExpectedErr: sql.ErrInsertIntoNonNullableProvidedNull,
2814
2815
2816
Query: "ALTER TABLE test ALTER v2 DROP DEFAULT;",
@@ -2826,7 +2826,7 @@ CREATE TABLE tab3 (
2826
2827
2828
Query: "INSERT INTO test (pk) VALUES (2);",
2829
2830
2831
2832
Query: "ALTER TABLE test ALTER v1 SET DEFAULT 100, alter v1 SET DEFAULT 200",
0 commit comments