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

Temp files (.shm, .wal) not removed when closing VS Code tab for Viewer #77

Open
mldisibio opened this issue Oct 28, 2024 · 0 comments
Open

Comments

@mldisibio
Copy link

Steps to reproduce:

  1. Right click on folder with sqlite files.
  2. Open with VS Code
  3. Open sqlite file from Explorer
  4. Note that shm and wal files are now visible in explorer
  5. 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.

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

1 participant