You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `apply_pragmas` ran `auto_vacuum` and `journal_mode` on read-only SQLite connections, causing "attempt to write a readonly database" panic in `scan_subtree_only` (and any subtree scan in production)
- Added `readonly` parameter to `apply_pragmas`; read-only connections now only get `synchronous` and `cache_size`
0 commit comments