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 893a5e9 commit 367d652Copy full SHA for 367d652
enginetest/queries/script_queries.go
@@ -125,7 +125,7 @@ var ScriptTests = []ScriptTest{
125
{
126
// https://github.com/dolthub/dolt/issues/9927
127
// https://github.com/dolthub/dolt/issues/9053
128
- Name: "double negation of integer minimum values",
+ Name: "double negation of integer minimum values",
129
Dialect: "mysql",
130
SetUpScript: []string{
131
"CREATE TABLE t0(c0 BIGINT);",
0 commit comments