-
Notifications
You must be signed in to change notification settings - Fork 13
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
Reading Data In Wal Mode #35
Comments
I found a solution, but the issue still continues. |
Same. I wish this plugin supported reading DBs with WAL. |
Yes, WAL support would be greatly appreciated |
Yes, want WAL support! |
|
Shipped on main channel in v0.5.5 |
I created a new sqlite db with C# .Net Core EF Core.
I can add/read data without a problem. But much of the data is not shown in this extension, because the db is in WAL mode.
I can read data with sqlite3 cli (https://sqlite.org/download.html -> sqlite-tools-win32-x86-3430100.zip)
But the data is old in this extension because of WAL mode
I couldnt figure out how to disable wal mode either
The text was updated successfully, but these errors were encountered: