Skip to content

Commit 6d79c89

Browse files
author
James Cor
committed
skip for doltgres
1 parent 17b12d9 commit 6d79c89

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
@@ -11250,8 +11250,10 @@ where
1125011250
},
1125111251
},
1125211252
{
11253+
// TODO: Doltgres does not support this query
1125311254
// https://github.com/dolthub/dolt/issues/9631
11254-
Name: "test union/intersect/except over subqueries over joins",
11255+
Name: "test union/intersect/except over subqueries over joins",
11256+
Dialect: "mysql",
1125511257
SetUpScript: []string{
1125611258
"create table t1 (i int primary key);",
1125711259
"create table t2 (j int primary key);",

0 commit comments

Comments
 (0)