sort pk???

This commit is contained in:
James Cor
2023-05-09 14:34:41 -07:00
parent f22818e44b
commit e40a3b303a

View File

@@ -1360,7 +1360,7 @@ DELIM
[ $status -eq 0 ]
[[ "$output" =~ "Rows Processed: 4, Additions: 4, Modifications: 0, Had No Effect: 0" ]] || false
run dolt sql -r csv -q "select * from word;"
run dolt sql -r csv -q "select * from word order by pk;"
[ $status -eq 0 ]
[[ "$output" = "$expected" ]] || false
}