Version: 2.1.1 (using KDE 4.8.0) OS: Linux When I delete a photo on the table "Images" does not clear the row only sets the value of the column "album" to NULL. It should delete all the rows (tags, metadata, properties, ...) for that image. Reproducible: Always Steps to Reproduce: Delete a photo See table mysql Images, tags, metadata, properties, ... Expected Results: Delete all rows in all tables when you delete a photo
Francesco, This is true ? Mysql tables are not clear at item deletion event ? Gilles Caulier
I tested with version 2.5 on Kubuntu with KDE 4.8 and the tables are not cleaned after deleting a photo or an album with photos. Only sets the value of the column "album" to NULL.
Feature not bug...entries will be garbage collected later. Information is kept, otherwise a simple move operation may result in information loss (when the information is irreversibly deleted for the removed file)