[Digikam-devel] [Bug 160840] Wrong filtering on Album-Subtree-View
Marcel Wiesweg
marcel.wiesweg at gmx.de
Thu Apr 17 14:12:54 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=160840
------- Additional Comments From marcel.wiesweg gmx de 2008-04-17 15:12 -------
To append to #13:
albumIds is a list with the relevant album ids, which are retrieved, if m_recursive is true, with a call to AlbumDB::getAlbumAndSubalbumsForPath()
(imagelister.cpp line 186).
The AlbumDB code looks like this:
d->db->execSql( QString("SELECT id FROM Albums WHERE albumRoot=? AND (relativePath=? OR relativePath LIKE ?);"), albumRootId, relativePath, relativePath + "/%", &values);
The finished SQL would look like this:
SELECT id FROM Albums WHERE albumRoot=0 AND (relativePath='/one2one' OR relativePath LIKE '/one2one/%');
Arnd, I think that is already the same code as in your fix.
More information about the Digikam-devel
mailing list