sqliteman
sqliteman copied to clipboard
Cannot open databases with WAL journal mode.
Starting by sqlite 3.7.0 ( https://www.sqlite.org/releaselog/3_7_0.html ) a new "Write-Ahead Log" option (hereafter referred to as "WAL") has been introduced. It seems that sqliteman is not able to load databases with this journal mode. I'm getting an error saying "unable to open or create file
This issue may be fixed in rparkins999/sqliteman. At least it opens SampleWAL.sqlite and finds 44 tables, although none of them seems to contain any data.