https://bugs.kde.org/show_bug.cgi?id=490484
--- Comment #75 from Maik Qualmann <metzping...@gmail.com> --- Git commit a7ec93df612cdb1a921e40e52794e81364820510 by Maik Qualmann. Committed on 28/07/2024 at 19:02. Pushed by mqualmann into branch 'master'. fix prepare a copied query and handle bind values correctly Under Qt5 the bind values were a QMap, in Qt6 it is a QVariantList. If we add a QVariantList we get a list in the list. To change this behavior we add the bind values one by one. Related: bug 490821 M +11 -11 core/libs/database/coredb/coredb.cpp M +40 -5 core/libs/database/engine/dbenginebackend.cpp M +8 -0 core/libs/database/engine/dbenginesqlquery.cpp M +1 -0 core/libs/database/engine/dbenginesqlquery.h M +1 -8 core/libs/threads/actionthreadbase.cpp https://invent.kde.org/graphics/digikam/-/commit/a7ec93df612cdb1a921e40e52794e81364820510 -- You are receiving this mail because: You are watching all bug changes.