Revision ec7ceee...

Go back to digest for 15th May 2011

Bug Fixes in Graphics

Francesco Riosa committed changes in [digikam] data/database/dbconfig.xml.cmake:

more resilient database upgrade and startup

All statements are made resilient to a partially upgraded database.
- CREATE TABLE are done with IF NOT EXISTS
- TRIGGERs are dropped and re-created
- a new stored procedure is added "create_index_if_not_exists"
the procedure check in information_schema if the index exists,
if not does create it
- all INDEXes are created using "create_index_if_not_exists"

File Changes

Modified 1 files
  • data/database/dbconfig.xml.cmake
1 files changed in total