[Digikam-devel] [Bug 160966] some searches don't work properly with the new sqlite3-3.5.8

Andi Clemens andi.clemens at gmx.net
Sat Apr 26 00:21:29 BST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=160966         




------- Additional Comments From andi.clemens gmx net  2008-04-26 01:21 -------
AAAHH!! What's wrong now? I downloaded 0.9.4beta3 from sf.net because SVN is not working, but now I can't see the SQL-Query in the console. Am I doing something wrong? I compiled digikam using

./configure --prefix=/opt/kde --enable-debug=full

and added the line Arnd mentioned above:

        QStringList values;
        QString     errMsg;
        kdWarning() << "SQL Query " << sqlQuery << endl;
        if (!m_db.execSql(sqlQuery, &values, &errMsg))
        {
            error(KIO::ERR_INTERNAL, errMsg);
            return;
        }

But no output is printed to the console. Is this the wrong position or do I have to configure something else? I also changed kdWarning() to kdDebug() but still no output.



More information about the Digikam-devel mailing list