"AS OF" doesn't work with partial commit hashes, trying to improvise this crashes Dolt #8635
Labels
bug
Something isn't working
customer issue
good repro
Easily reproducible bugs
panic
version control
When trying to use a partial commit_hash after AS OF, this is not supported. I think it would be good to have a simple utility function for this that basically does
select commit_hash from dolt_log where commit_hash like 'partialhash%'
under the cover. (e.g. dolt_commit_hash('partialhash') or HASH('partialhash'));Trying this right now inline crashes Dolt:
The text was updated successfully, but these errors were encountered: