Skip to content

Commit 1ddf983

Browse files
author
James Cor
committed
skip doltgres
1 parent a641bb0 commit 1ddf983

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
@@ -1261,7 +1261,8 @@ FROM task_instance INNER JOIN job ON job.id = task_instance.queued_by_job_id INN
12611261
},
12621262
},
12631263
{
1264-
Name: "complicated string to numeric conversion",
1264+
Dialect: "mysql",
1265+
Name: "complicated string to numeric conversion",
12651266
SetUpScript: []string{
12661267
"CREATE TABLE t0(c INT);",
12671268
"INSERT INTO t0 VALUES (1);",

0 commit comments

Comments
 (0)