Zip/tar modes will not process -wal or -journal files for sqlite databases
Open
- Dominant language
- Python
- Stars
- 908
- Forks
- 244
- Avg merge
- 10h 18m
- Merged PRs (30d)
- 288
Description
The regex expressions that target a particular database will only extract that db from a zip/tar ignoring the accompanying -wal or -journal file, which will result in missing out on data. Currently only the Wellbeing (wellbeing.py) module does it correctly.
All other modules need to have their regex tweaked similarly and code adjusted to account for this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.