Open StefanoSaffran opened 1 year ago
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
At the moment our .dump command is not wrapped in a transaction like the SQLite command.