[Digikam-devel] [Bug 276920] Digikam shows wrong file size in thumbnail info for files >2Gb

Marcel Wiesweg marcel.wiesweg at gmx.de
Mon Jul 11 16:41:25 BST 2011


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





--- Comment #3 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-07-11 15:41:24 ---
Quite simple: The filesize is stored in an integer, at some places even a
signed integer.

It is straightforward to change fields to qlonglong on the C++ side. Question
is if the database is ready to store a longer value. With SQlite, the field is
declared as INTEGER but that apparently also allows 64bit values.

Francesco, what about MySQL?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list