Bug 253043

Summary: Digikam requires both SQlite and MySql [patch]
Product: [Applications] digikam Reporter: pochini
Component: Setup-DatabaseAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 1.5.0
Attachments: fixes "if (!sqlite || !mysql) barf();"

Description pochini 2010-10-02 19:10:04 UTC
Created attachment 52171 [details]
fixes "if (!sqlite || !mysql) barf();"

Version:           1.4.0 (using KDE 4.3.3) 
OS:                Linux

It complains "Run-time Qt4 SQLite or MySQL database plugin is not available" and it exits.

Reproducible: Always

Steps to Reproduce:
Just run digikam.


Expected Results:  
AFAICS Digikam needs SQlite or MySql, not both at the same time.

The attached patch fixes the bug.
Comment 1 Marcel Wiesweg 2010-10-03 16:43:30 UTC
SVN commit 1182157 by mwiesweg:

Apply patch by pochini@shiny.it: require only one db driver
(not tested the implications when only MySQL is available
and not SQLite3)

BUG: 253043

 M  +2 -1      NEWS  
 M  +1 -1      digikam/main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1182157