mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-08 08:49:52 -06:00
sort pk???
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user