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
Hi @gitasmus, thank you for taking the time to report this one to us. 🙏 We'll get someone on our team with a Windows laptop to dig into this one today and see what's going on.
Thanks for reporting this issue! It turns out we weren't clearing some cache correctly.
I was able to reproduce and fix the problem; a PR with the fix is currently out for review.
We'll try to get a release out ASAP, likely later today or tomorrow.
A workaround for now is to exit the shell right after dropping the database.
$ dolt sql
# Welcome to the DoltSQL shell.# Statements must be terminated with ';'.# "exit" or "quit" (or Ctrl-D) to exit.
tmp/main> create database test_db;
tmp/main> drop database test_db;
tmp/main>exit
Bye
$ dolt sql
# Welcome to the DoltSQL shell.# Statements must be terminated with ';'.# "exit" or "quit" (or Ctrl-D) to exit.
tmp/main> create database test_db;
tmp/main>exit
Bye
On Windows, the newest dolt release https://github.com/dolthub/dolt/releases/download/v1.34.0/dolt-windows-amd64.msi causes the problem described in the subject line of this issue.
returns the error
On Linux, there is no such problem for 1.34.0.
The text was updated successfully, but these errors were encountered: