https://bugs.kde.org/show_bug.cgi?id=325655
--- Comment #5 from swatilodh...@gmail.com --- Thomas, Foreign key constraint is now in DB schema (Current version 5.0.0), as a result DB can't contain tags for non existing images.So, I was unable to reproduce this issue. Also, I used the SQL query to verify the same: // MariaDB [digikam]> select count(*) from ImageTags Left Join Images on imageid=id where id is Null; +----------+ | count(*) | +----------+ | 0 | +----------+ 1 row in set (0.01 sec) // The result was 0 even for ImageMetadata and ImageInformation tables. Please try with the recent version again, and report updates if any. -- You are receiving this mail because: You are watching all bug changes.