tursodatabase / libsql-shell-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add transactions to .dump command

StefanoSaffran opened this issue · comments

At the moment our .dump command is not wrapped in a transaction like the SQLite command.

image

Adding context here. We can only do this if we block HTTP/HTTPS connections, since they don't accept interactive transactions yet and that would break if user saves this dump into a file and read with .read command.
Right now we can't drop HTTP/HTTPS support because turso-cli is using it

Update: @CodingDoug found the same problem here #117