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

--- Comment #2 from Maik Qualmann <metzping...@gmail.com> ---
Historically, MySQL is case insensitive. We would have to use utf8-bin as the
context so that special characters still work as well. This binary storage of
strings also has some disadvantages, for example the search would also be case
sensitive, compared to the search in SQLite which is case insensitive. It would
be possible to perform a context conversion for the search query, but this is
much slower.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to