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

server: disallow VACUUM in SQL statements #28

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

creachadair
Copy link
Member

Although SQLite does not permit VACUUM on a read-only database, it does allow a
VACUUM INTO targeting a different file. Rule that out.

Although SQLite does not permit VACUUM on a read-only database, it does allow a
VACUUM INTO targeting a different file. Rule that out.
@creachadair creachadair merged commit 35cfaa7 into main Aug 1, 2024
1 check passed
@creachadair creachadair deleted the mjf/noli-illegitimi-vacuosum branch August 1, 2024 20:06
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

Successfully merging this pull request may close these issues.

3 participants