core icon indicating copy to clipboard operation
core copied to clipboard

fix(sql): run `PRAGMA incremental_vacuum` on a write connection

Open link2xt opened this issue 1 year ago • 0 comments

Otherwise it always fails with SQLITE_READONLY:

WARNING src/sql.rs:769: Failed to run incremental vacuum: attempt to write a readonly database: Error code 8: Attempt to write a readonly database.

Closes #6066

link2xt avatar Oct 21 '24 20:10 link2xt