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

Nathan nathan at deckinga.com
Wed May 14 14:54:52 BST 2014


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

--- Comment #13 from Nathan <nathan at deckinga.com> ---
It appears that the photos are being registered in the database correctly - as
in the insert is at least partially successful.  Details:

Look in the gallery and I see 10 thumbnails, but the Album pane shows there
should be 23.

Database queries:
select * from Images where album = 1154;  (23 rows - correct)

select *
from Images i
    inner join ImageMetadata im on i.id = im.imageid
where i.album = 1154; (8 rows - Every image here has a thumbnail, but so do 2
others)

select *
from Images i
    inner join ImageInformation ii on i.id = ii.imageid
where i.album = 1154; (23 rows - correct)

select *
from Images i
    inner join ImageHistory ih on i.id = ih.imageid
where i.album = 1154; (23 rows - correct)

I'll try and get the MySQL general log output of a batch editing run shortly.

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



More information about the Digikam-devel mailing list