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

via KDE Bugzilla bugzilla_noreply at kde.org
Sat Jun 25 14:00:32 BST 2016


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

--- Comment #2 from swatilodha27 at gmail.com ---
The "case-sensitivity" is by default in SQLite, and not in MySQL 
( http://dev.mysql.com/doc/refman/5.7/en/charset-mysql.html )

Collation value that compares string in case-sensitive manner needs to be used. 
Replacing dbconfig.xml.cmake.in:955 with
//
name LONGTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL 
//

Would it work?

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



More information about the Digikam-devel mailing list