[Digikam-devel] [digikam] [Bug 364131] SCAN : same picture with different file extensions : database scan only finds one variant of the file [patch]

via KDE Bugzilla bugzilla_noreply at kde.org
Thu Jun 30 07:36:04 BST 2016


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

--- Comment #16 from swatilodha27 at gmail.com ---
(In reply to Maik Qualmann from comment #15)
> Swati,
> I think we need case-sensitivity in almost all text fields. I have tested it
> once for Albums.relativePath. It does the problem here on, if the path is
> different only in case-sensitivity. Is there a global statement for the DB?

I think in mysql-global.conf file, you could change
"collation_server=utf8_general_ci" to "collation-server=utf8_bin"

Or in etc/mysql/my.cnf file, under [mysqld]  section, you need to change the
collation, since MySQL is case insensitive by default.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list