[Digikam-devel] db upgrade verification

Renchi Raju renchi at pooh.tam.uiuc.edu
Mon Jun 6 23:16:14 BST 2005


looks like the db upgrade from sqlite2 to sqlite3 was not done correctly, 
because i made the stupid assumption that all the files are in database.
before i commit the fix, i will try to get some testing done. Here's a 
standalone code:

http://pooh.tam.uiuc.edu/digikam/dbupgrade_check.tar.gz

This code reads your current digikam database and creates a in-memory 
(nothing written to disk) sqlite3 db and updates this db with info from 
the old db. then it checks for exact matches between the old and new db.

untar it and compile/run it with:
cd dbupgrade_check
qmake
make
./dbupgrade_check /path/to/digikam/album/library

you will need to have both sqlite and sqlite3 dev packages installed.

run it and let me know of the results

renchi




More information about the Digikam-devel mailing list