[Digikam-devel] fixing SQLite database files mixup

Marcel Wiesweg marcel.wiesweg at gmx.de
Sat Sep 10 15:41:21 BST 2011


Hi,

anyone who has started digikam from current git with SQLite since 
18075f4d6f7779fc867b263e261e4f5857e1012c (yesterday) will have seen that 
thumbnails were not found. The reason was that the thumbnail tables were 
created and used in the main database file. This is fixed now in git.

To clean the digikam4.db file:

DROP Table Thumbnails;
DROP Table UniqueHashes;
DROP Table FilePaths;
DROP Table CustomIdentifiers;

Marcel



More information about the Digikam-devel mailing list