Bug 91290 - database is not excaping ' in names of albums
Summary: database is not excaping ' in names of albums
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Database-Albums (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 06:27 UTC by Steven Michalske
Modified: 2023-04-08 20:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 8.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Michalske 2004-10-14 06:27:14 UTC
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','');
Comment 1 Renchi Raju 2004-10-14 20:05:13 UTC
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