https://bugs.kde.org/show_bug.cgi?id=364131
--- Comment #2 from swatilodh...@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 watching all bug changes.