[Digikam-devel] [Bug 96388] show number of images in the album
Gilles Caulier
caulier.gilles at gmail.com
Mon Dec 10 19:25:11 GMT 2007
------- 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=96388
------- Additional Comments From caulier.gilles gmail com 2007-12-10 20:25 -------
Thanks Thomas,
SELECT ImageTags.tagid, Images.name FROM ImageTags, Images WHERE ImageTags.imageid = Images.id;
... work fine for me. I just need to have the currently assigned tags list to images.
Note : i have tried something similar today but without success. I need to re-read my SQL books (:=)))
I will update the patch.
Gilles
More information about the Digikam-devel
mailing list