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
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 . It is probably not a database".
I've attached a sample database file to reproduce the issue, you have just to open it using sqliteman. SampleWAL.zip
The text was updated successfully, but these errors were encountered:
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.
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 . It is probably not a database".
I've attached a sample database file to reproduce the issue, you have just to open it using sqliteman.
SampleWAL.zip
The text was updated successfully, but these errors were encountered: