Replies: 4 comments 2 replies
-
Is the database located on a network folder? |
Beta Was this translation helpful? Give feedback.
-
It is a local database. It seems, only databases with foreign key constrains are having this issues. When opening a database with only simple tables, no WAL files are created at all. Attached is a sample database, where I have that issue. Just try to make same changes, and delete the WAL files afterwards. test.zip |
Beta Was this translation helpful? Give feedback.
-
This database has journaling mode set to What you are probably looking for is to set journaling mode to |
Beta Was this translation helpful? Give feedback.
-
I think this is expected. In WAL mode you need to checkpoint your database with PRAGMA wal_checkpoint command. |
Beta Was this translation helpful? Give feedback.
-
Details
When I try to modify the database data (structure or data), the changes are done, but the temp WAL files (*.db-wal & *.db-shm) remains open after disconnecting the database or closing the studio.
When deleting the temp WAL files, the changes are not present anymore.
See:
#3853
Steps to reproduce
=> The WAL files are still present.
ERROR: The changes are not present anymore.
Operating system
Win10 20H2
SQLiteStudio version
v3.3.3
Beta Was this translation helpful? Give feedback.
All reactions