-
Notifications
You must be signed in to change notification settings - Fork 6
Improve SQLite3 WAL #9
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fc6eaee
Improve WAL
PimSanders 9e4dc6a
Move WAL classes to seperate file
PimSanders a25688f
Make linter happy
PimSanders 47b7611
Apply suggestions from code review
PimSanders fc76bfc
Apply suggestions from code review
PimSanders aa34269
Apply suggestions from code review
PimSanders 36ec9da
Apply suggestions from code review
PimSanders c727841
Apply suggestions from code review
PimSanders f1dafd8
Remove open_wal() function
PimSanders e16fde6
Update dissect/database/sqlite3/sqlite3.py
PimSanders 5c1bdaf
Apply suggestions from code review
PimSanders b134330
Make linter happy again
PimSanders 95e9ec8
Apply suggestions from code review
PimSanders 527c8ec
Move files
PimSanders 323116c
Update dissect/database/sqlite3/wal.py
PimSanders 307404d
Invert checkpoint order to follow order of commits and frames
PimSanders ae43fb7
Improve WAL file detection
PimSanders 2dfb115
Add tests for WAL file detection
PimSanders f38c19d
Apply suggestions from code review
PimSanders c29c278
Apply suggestions from code review
PimSanders f79d439
Improve tests
PimSanders 3383f75
Fix missing latest transaction when reading from WAL
PimSanders 438b69d
Move page 1 seek
PimSanders 5d709a0
Revert db seek to first version
PimSanders 07bde24
Apply suggestions from code review
PimSanders 43d1909
Apply suggestions from code review
PimSanders fe1de49
Write test data to correct directory
PimSanders e12b54b
Make linter happy once more
PimSanders File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.