https://bugs.kde.org/show_bug.cgi?id=405347
Bug ID: 405347 Summary: selecting by aspect ratio: abs function in sqlite lowercase, in mariadb uppercase Product: digikam Version: 6.0.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Searches-Advanced Assignee: digikam-bugs-n...@kde.org Reporter: blumensch...@dokom.net Target Milestone: --- For a long time I tried on sunday selecting by aspect ratio, which worked fine on my notebook with sqlite but not on the desktop with mariadb. The console said that the query was wrong. I found out, that there is difference in the sql dialects: the absolute function in sqlite is "abs( number )" in lowercase letters in mariadb it's "ABS( number )" in uppercase. Could it be fixed please? -- You are receiving this mail because: You are watching all bug changes.