Merge pull request #9667 from dolthub/tim/another-unskip

Fix another primary key ordering test
This commit is contained in:
Tim Sehn
2025-08-12 12:06:29 -07:00
committed by GitHub

View File

@@ -573,9 +573,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