[Digikam-devel] [digikam] [Bug 320466] after a batch process lot of files are missing in preview

Nathan nathan at deckinga.com
Sat Jun 21 17:13:34 BST 2014


https://bugs.kde.org/show_bug.cgi?id=320466

--- Comment #14 from Nathan <nathan at deckinga.com> ---
I experienced this bug on import of photos and turned on the general log at
that point.  Deleted and re-imported the files.  The same files were missing
and it appears that the reason it is always the same files is that the insert
into ImageInformation uses the previous row as the source for the new import. 
Would it be possible for import to do it from scratch each time instead of
trying to be smart about it and failing consistently?

Line from the log:
INSERT INTO ImageInformation  (imageid, rating, creationDate, digitizationDate,
orientation,   width, height, format, colorDepth, colorModel) SELECT 224073,
rating, creationDate, digitizationDate, orientation,   width, height, format,
colorDepth, colorModel FROM ImageInformation WHERE imageid=224056

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list