https://bugs.kde.org/show_bug.cgi?id=467766
--- Comment #9 from Petr Schonmann <pschonm...@gmail.com> --- Seems all queries with imageid = 0 are empty root@nas:~# cat tables ImageComments ImageCopyright ImageHaarMatrix ImageHistory ImageInformation ImageMetadata ImagePositions ImageProperties ImageRelations Images ImageSimilarity ImageTagProperties root@nas:~# for table in $(cat tables);do echo -n "$table : " && mysql -D digikam -e "SELECT * FROM $table WHERE imageid = 0;";echo;done ImageComments : ImageCopyright : ImageHaarMatrix : ImageHistory : ImageInformation : ImageMetadata : ImagePositions : ImageProperties : ImageRelations : ERROR 1054 (42S22) at line 1: Unknown column 'imageid' in 'where clause' Images : ERROR 1054 (42S22) at line 1: Unknown column 'imageid' in 'where clause' ImageSimilarity : ERROR 1054 (42S22) at line 1: Unknown column 'imageid' in 'where clause' ImageTagProperties : -- You are receiving this mail because: You are watching all bug changes.