Skip to content

Commit dc11454

Browse files
committed
add dialect
1 parent 5405c1b commit dc11454

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
@@ -124,8 +124,9 @@ var ScriptTests = []ScriptTest{
124124
{
125125
// https://github.com/dolthub/dolt/issues/9857
126126
Name: "UUID_SHORT() function returns 64-bit unsigned integers with proper construction",
127+
Dialect: "mysql",
127128
SetUpScript: []string{},
128-
Assertions: []ScriptTestAssertion{
129+
Assertions: []ScriptTestAssertion{
129130
{
130131
Query: "SELECT UUID_SHORT() > 0",
131132
Expected: []sql.Row{

0 commit comments

Comments
 (0)