Version: 0.7-beta (using KDE KDE 3.3.0) Installed from: Compiled From Sources Compiler: gcc 3.3 OS: Linux Output from console: digikam: WARNING: [bool AlbumDB::execSql(const QString&, QStringList*, bool)] sqlite_compile error: near "s": syntax error on query: INSERT INTO Images (name, dirid, caption) VALUES('Rhonda's wedding with April.jpg','29',''); digikam: WARNING: [bool AlbumDB::execSql(const QString&, QStringList*, bool)] sqlite_compile error: near "s": syntax error on query: INSERT INTO Images (name, dirid, caption) VALUES('Rhonda's wedding with April.xcf','29','');
fixed in cvs. there was one case of string not being escaped, name of file when digikam imports 0.6.x xml files into the database. thanks for reporting