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

shm and wal files remain present (Write-Ahead Logging) #13

Open
mpd-dude opened this issue Jul 16, 2018 · 1 comment
Open

shm and wal files remain present (Write-Ahead Logging) #13

mpd-dude opened this issue Jul 16, 2018 · 1 comment
Assignees

Comments

@mpd-dude
Copy link

Seen in BeyondCompareSQLitePlugin v1.2.1 and BeyondCompare v4.1.3:

  • compare the 2 attached db files "test1.db" and "test2.db" with BeyondCompare Text Compare
  • test1.db-shm, test1.db-wal, test2.db-shm, test2.db-wal files are created in the same directory
  • close BeyondCompare
  • *.db-shm files and *.db-wal files are still present. They are not being "merged back" to the main *.db files

Is there some close operation missing? When workign with other sqlite tools like http://sqlitebrowser.org/, for the same db files, the *.db-shm files and *.db-wal files are not present anymore when closing the db files.

Thanks for having a look.

Reference:
https://www.sqlite.org/wal.html

Attachment:
test_db_files.zip

@dhcgn dhcgn self-assigned this Jul 17, 2018
@dhcgn
Copy link
Owner

dhcgn commented Nov 12, 2020

The plugin cannot merge, it will create only a read only view on the diff.

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

2 participants