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
Note that shm and wal files are now visible in explorer
Close tab that is showing database using the View
Expected Result: shm and wal files would be removed the same as when typing .exit from the sqlite3 cli.
Actual Result: shm and wal files still present on disk
Special Note: My sqlite files are named with a .dat extension. Sqlite files can have any extension. Hopefully the behaviour described above is not driven by assumptions on the file extension names.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
shm
andwal
files are now visible in explorerExpected Result:
shm
andwal
files would be removed the same as when typing.exit
from thesqlite3
cli.Actual Result:
shm
andwal
files still present on diskSpecial Note: My sqlite files are named with a
.dat
extension. Sqlite files can have any extension. Hopefully the behaviour described above is not driven by assumptions on the file extension names.The text was updated successfully, but these errors were encountered: