Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration-tests/bats/primary-key-changes.bats
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ SQL
}

@test "primary-key-changes: correct diff is returned even with a new added column" {
skip "TODO implement PK ordering for SHOW CREATE TABLE"

dolt sql -q "CREATE table t (pk int, val int, primary key (pk, val))"
dolt add .
dolt commit -am "cm1"

dolt checkout -b test
Expand Down
Loading