https://bugs.kde.org/show_bug.cgi?id=405860
--- Comment #7 from Christian Gruber <gruberchrist...@web.de> --- I did not mean to store all the EXIF data in a BLOB without structure, but to make a table "exif" or something like that, with key and value as columns and a foreign key to the picture file. This way it would be extensible (additional keys would be stored automatically) and you can query it for a key having a certain value or a range of values, even with an index. -- You are receiving this mail because: You are watching all bug changes.