Page 1 of 1

SQLite tables in wipe lists

Posted: Fri Aug 23, 2024 4:40 pm
by Zorro
Currently, wipe lists only allow you to delete files and folders on disk and registry keys.
But there are applications that store various data about their activity in SQLite tables, saved in files on disk.
It often happens that in addition to tables containing traces of user activity, tables with data required for the program to function are also saved in the same file. Because of this, it is not possible to delete the entire file containing such tables.

So it would be nice if wipe lists had the ability to clear the contents of SQLite tables in such files without deleting the file itself.

Re: SQLite tables in wipe lists

Posted: Sat Aug 24, 2024 3:23 pm
by Alt
I've passed this to our developers. Thank you for reporting.