Skip to content

Commit dc1a811

Browse files
committed
add dialect
1 parent 58e535d commit dc1a811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ var ScriptTests = []ScriptTest{
140140
},
141141
{
142142
// https://github.com/dolthub/dolt/issues/9794
143-
Name: "String functions with TextStorage (comprehensive test)",
143+
Name: "String functions with TextStorage (comprehensive test)",
144+
Dialect: "mysql",
144145
SetUpScript: []string{
145146
"create table test_strings (id int primary key, content text);",
146147
"insert into test_strings values (1, ' Hello World '), (2, 'Test String'), (3, 'LOWERCASE'), (4, 'abc123def');",

0 commit comments

Comments
 (0)