Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open databases with WAL journal mode. #18

Open
anaili opened this issue Jan 27, 2016 · 1 comment
Open

Cannot open databases with WAL journal mode. #18

anaili opened this issue Jan 27, 2016 · 1 comment

Comments

@anaili
Copy link

anaili commented Jan 27, 2016

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

@rparkins999
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants