select * from dolt_status as of BRANCHNAME
shows status of currently checked out branch.
#8283
Labels
select * from dolt_status as of BRANCHNAME
shows status of currently checked out branch.
#8283
To reproduce:
Expected behavior: selects (1), (2), and (5) are non-empty
Actual behavior: selects (1), (2), and (3) are non-empty
The results seem to be based on the currently checked out branch, not the branch specified in the query.
Note that this only applies to
as of
.select * from
dbname/main.dolt_status;
works as expected.The text was updated successfully, but these errors were encountered: