You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On doltlab create a new tag via the "Create Release" flow, say "tag-01"
Clone only this tag dolt clone origin "tag-01" <doltlab_url>
Try dolt status
Try dolt branch -v
Try dolt log
Try dolt sql -q 'select * from dolt_branches'
Current behavior:
Commands 3,4 result in unexpectedly received non-string column in 'SELECT active_branch()': %!s(<nil>). Command 5 results in this operation is not supported while in a detached head state while command 6 results in no branch data.
Expected behavior:
Either dolt clone should not work with tag names or it should leave the repo in a state where basic commands work
Dolt version: 1.43.0
The text was updated successfully, but these errors were encountered:
Reproduction:
dolt clone origin "tag-01" <doltlab_url>
dolt status
dolt branch -v
dolt log
dolt sql -q 'select * from dolt_branches'
Current behavior:
Commands 3,4 result in
unexpectedly received non-string column in 'SELECT active_branch()': %!s(<nil>)
. Command 5 results inthis operation is not supported while in a detached head state
while command 6 results in no branch data.Expected behavior:
Either dolt clone should not work with tag names or it should leave the repo in a state where basic commands work
Dolt version: 1.43.0
The text was updated successfully, but these errors were encountered: