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

WAL mode not finalized during shutdown #4949

Open
pawelsalawa opened this issue Feb 29, 2024 · 0 comments
Open

WAL mode not finalized during shutdown #4949

pawelsalawa opened this issue Feb 29, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@pawelsalawa
Copy link
Owner

pawelsalawa commented Feb 29, 2024

It seems that transaction is not properly committed and WAL mode is not wrapped back into a final db file when SQLiteStudio is closed - at least under Windows. Seems like shutdown routine is not doing it properly. It's verified to be a valid bug.

create table xxx (val);
insert into xxx values ('sdfsd')
@pawelsalawa pawelsalawa added the bug Something isn't working label Feb 29, 2024
@pawelsalawa pawelsalawa added this to the 3.4.5 milestone Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant