We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1f169 commit 244370cCopy full SHA for 244370c
enginetest/queries/script_queries.go
@@ -11116,6 +11116,7 @@ where
11116
{
11117
// TODO: This test currently fails in Doltgres because Doltgres does not allow `create table...as select...`
11118
// even though it's a valid Postgres query. Remove Dialect tag once fixed in Doltgres
11119
+ // https://github.com/dolthub/doltgresql/issues/1669
11120
Dialect: "mysql",
11121
Name: "union field indexes",
11122
SetUpScript: []string{
0 commit comments