https://bugs.kde.org/show_bug.cgi?id=448585
--- Comment #3 from cornelius.m...@gmail.com --- FYI: On 7.1.0 I saw the following on the db log: 2022-01-16 09:46:04.522313 digikam[digikam] @ [192.168.0.197] 4234 1 Prepare REPLACE INTO UniqueHashes (uniqueHash, fileSize, thumbId) VALUES (?,?,?) 2022-01-16 09:46:04.522426 digikam[digikam] @ [192.168.0.197] 4234 1 Reset stmt 2022-01-16 09:46:55.311592 digikam[digikam] @ [192.168.0.197] 4234 1 Close stmt So the statement is prepared but never executed and the table seems to be locked in the mean time. I'll have a look if something similar can be observed in 7.5.0. -- You are receiving this mail because: You are watching all bug changes.