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 8ee4513 commit cb71d57Copy full SHA for cb71d57
testing/go/enginetest/doltgres_engine_test.go
@@ -1217,6 +1217,7 @@ func TestViewsWithAsOfPrepared(t *testing.T) {
1217
func TestDoltMerge(t *testing.T) {
1218
h := newDoltgresServerHarness(t).WithSkippedQueries([]string{
1219
"dolt_preview_merge_conflicts_summary(", // returns schema qualified table names
1220
+ "dolt_preview_merge_conflicts(", // table not found: test
1221
"keyless table merge with constraint violation on duplicate rows", // alter table
1222
"CALL DOLT_MERGE without conflicts correctly works with autocommit off with commit flag", // datetime support
1223
"CALL DOLT_MERGE without conflicts correctly works with autocommit off and no commit flag", // datetime support
0 commit comments