Has anyone ever gotten a sqlite file to load?

44 views
Skip to first unread message

Beau Gunderson

unread,
Dec 18, 2022, 11:15:16 AM12/18/22
to Wizard User Group
This is what I get every time I try...

Untitled.png

Beau Gunderson

unread,
Dec 28, 2022, 9:40:45 AM12/28/22
to Wizard User Group
Ah, Evan found the (probable) reason here: sqlite files in WAL mode have an associated WAL file which macOS fails to allow the opening application to load. If you disable WAL mode via e.g. `sqlite3 <name>.db 'pragma journal_mode=delete;'` then Wizard can successfully load the file. I believe Evan is working on a fix within Wizard for this issue so this may be a temporary workaround, but for posterity I wanted to share the fix. :)
Reply all
Reply to author
Forward
0 new messages