-
Notifications
You must be signed in to change notification settings - Fork 1
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
pragma auto_vacuum = 1; VACUUM; #78
Comments
Sorry, my fault. It works properly if I separate the pragma statement from the the vacuum one. Maybe you could note this specific case in the documentation, because the pragma auto_vacuum is different to other pragmas. auto_vacuum needs an additional vacuum statement.
source: https://www.sqlite.org/pragma.html this is the final solution:
best |
Thanks @domschmidt for reporting, just reopened and transferred to the help repo. Yes I would like to get this documented someday. FYI I am working on a new design, as discussed in brodycj/ask-me-anything#3. |
auto vacuum cannot be enabled on platform cordova-windows.
step 1:
execute
step 2:
open path
C:\Users\<useracc>\AppData\Local\Packages\<package>\LocalState
step 3:
inspect DB using https://sqlitebrowser.org/
expected result:
actual result:
this is a major problem. How can somebody use this adapter, if the sql file grows endlessly?
Do you have any advice?
If I apply the changes manually via sqlitebrowser, then the changes are applied properly (both via query and via UI).
Thanks :-)
The text was updated successfully, but these errors were encountered: