Summary: | fileSize field in Images table limited to 4GB | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Brian J Hoskins <brian> |
Component: | Database-Schema | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | brian, caulier.gilles, kusi |
Priority: | NOR | ||
Version: | 5.3.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/80017e16f30e9ea4e97fe1a7c78dbaab7e66bd94 | Version Fixed In: | 5.4.0 |
Sentry Crash Report: |
Description
Brian J Hoskins
2016-11-16 15:05:54 UTC
I can confirm that ALTER TABLE Images MODIFY COLUMN fileSize BIGINT NULL; does the trick. Nowadays, it's common to have movies larger than 2G Git commit 80017e16f30e9ea4e97fe1a7c78dbaab7e66bd94 by Maik Qualmann. Committed on 27/11/2016 at 19:58. Pushed by mqualmann into branch 'master'. change fileSize field to BIGINT in MySQL DB schema v8 FIXED-IN: 5.4.0 M +2 -1 NEWS M +4 -2 data/database/dbconfig.xml.cmake.in https://commits.kde.org/digikam/80017e16f30e9ea4e97fe1a7c78dbaab7e66bd94 what about those who already have updated to schema v8? They're not getting this fix, do they? |