Skip to content

Commit 55bd66b

Browse files
author
James Cor
committed
skip for doltgres
1 parent 49e72cb commit 55bd66b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11283,8 +11283,10 @@ where
1128311283
},
1128411284
},
1128511285
{
11286+
// TODO: Doltgres does not support this query
1128611287
// https://github.com/dolthub/dolt/issues/9631
11287-
Name: "test union/intersect/except over subqueries over joins",
11288+
Name: "test union/intersect/except over subqueries over joins",
11289+
Dialect: "mysql",
1128811290
SetUpScript: []string{
1128911291
"create table t1 (i int primary key);",
1129011292
"create table t2 (j int primary key);",

0 commit comments

Comments
 (0)