[Digikam-devel] [Bug 250610] wish: tool or procedure to check digikam database

Johannes Wienke languitar at semipol.de
Thu Sep 9 19:29:30 BST 2010


https://bugs.kde.org/show_bug.cgi?id=250610





--- Comment #3 from Johannes Wienke <languitar semipol de>  2010-09-09 20:29:25 ---
Well there are mainly two aspects about a corrupted database:
 1. the database files are simply unreadable. This is basically a sqlite issue
and we should not have to worry about it. Anyway it is easy to detect ;)
 2. the datanase is semantically wrong, e.g. diverges from the images. This is
really hard to detect. If the user does not want to store metadata in the
images, there are only heuristics like counting the number of lines in a table
since last shutdown or something like this. But if the db is the only ground
truth, how to check if it is consistent with the image that are otherwise
unknown to the system?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list