Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transactions to .dump command #75

Open
StefanoSaffran opened this issue Apr 20, 2023 · 2 comments
Open

Add transactions to .dump command #75

StefanoSaffran opened this issue Apr 20, 2023 · 2 comments

Comments

@StefanoSaffran
Copy link
Contributor

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

image

@luisfvieirasilva
Copy link

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

@luisfvieirasilva
Copy link

Update: @CodingDoug found the same problem here #117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants