https://bugs.kde.org/show_bug.cgi?id=447620
--- Comment #5 from ci...@cewland.uk --- (In reply to Maik Qualmann from comment #3) > Overflow of the image IDs? Which database type do you use (MySQL or SQLite)? > If you are using MySQL and your database is very old, you should migrate to > a new database. We changed the IDs in MySQL to BIGINT quite a long time ago. > Otherwise it is difficult to imagine that you now had 9223372036854775807 > images in the database. > > Maik Using SQLite, I just realised that I must've been misinterpreting the foreign keys of ImageID from the ImageInformation table as the primary keys of the Images table, so I suppose '-1' just means 'NULL' and not that there's an image with ID '-1'. Sorry for the confusion! -- You are receiving this mail because: You are watching all bug changes.