Skip to content

Commit 893a5e9

Browse files
committed
add dialect
1 parent 2066dbe commit 893a5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ var ScriptTests = []ScriptTest{
126126
// https://github.com/dolthub/dolt/issues/9927
127127
// https://github.com/dolthub/dolt/issues/9053
128128
Name: "double negation of integer minimum values",
129+
Dialect: "mysql",
129130
SetUpScript: []string{
130131
"CREATE TABLE t0(c0 BIGINT);",
131132
"INSERT INTO t0(c0) VALUES (-9223372036854775808);",

0 commit comments

Comments
 (0)