Summary: | Metadata missing from thumbnails after moving more than 30 to 40 images at a time between albums. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | restivog |
Component: | Database-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | benedekppeter, caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 7.6.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/7571ec6e2f3a72483ecbe18e334d23ef85910475 | Version Fixed In: | 7.8.0 |
Sentry Crash Report: | |||
Attachments: | attachment-16439-0.html |
Description
restivog
2022-05-31 20:38:54 UTC
digiKam is currently unstable with MaiaDB-10.6.x. MariaDB currently needs to stay at 10.5.16. That's a long story, there must first be a Qt version available for Windows that supports MariaDB-10.6.x in the MySQL driver. Maik Created attachment 149364 [details] attachment-16439-0.html Thanks for the info concerning the Maria db issue. Would you know if there are step by step instructions on how to revert to the earlier version? Do you think that is what is causing my metadata problem? Gord On Tue, May 31, 2022, 4:48 PM Maik Qualmann <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=454676 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #1 from Maik Qualmann <metzpinguin@gmail.com> --- > digiKam is currently unstable with MaiaDB-10.6.x. MariaDB currently needs > to > stay at 10.5.16. That's a long story, there must first be a Qt version > available for Windows that supports MariaDB-10.6.x in the MySQL driver. > > Maik > > -- > You are receiving this mail because: > You reported the bug. Hi Restivog, Definitively, digiKam for Windows is not yet compatible with Mysql >= 10.6. This is not due to digiKam directly, but the Qt framework version compiled under Windows. Qt has a sql plugin which is outdated with the current Qt 5.15.2 used in the Windows installer. This is fixed with Qt 5.15.3. I successfully package Qt 5.15.3 in the digiKam installer, but all extra digiKam dependencies do not compile yet. It's a problem due to last cmake version used, i currently try to fix this problem, you must be patient... Best Gilles Caulier Please mark as resolved. I have been informed that the version of MariaDB that I have installed in incompatible with digikam at this time. I reloaded digikam using SQLite and the issue no longer occurs. Sorry for wasting your time. *** Bug 457682 has been marked as a duplicate of this bug. *** Git commit 7571ec6e2f3a72483ecbe18e334d23ef85910475 by Maik Qualmann. Committed on 12/08/2022 at 19:28. Pushed by mqualmann into branch 'qt5-maintenance'. do not scan the album when moving images Related: bug 457682 FIXED-IN: 7.8.0 M +3 -1 NEWS M +3 -2 core/libs/database/coredb/coredb.cpp M +5 -3 core/libs/database/utils/ifaces/dio.cpp https://invent.kde.org/graphics/digikam/commit/7571ec6e2f3a72483ecbe18e334d23ef85910475 |