24 Apr
2019
24 Apr
'19
12:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689 --- Comment #40 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Nick Clemens from comment #39)
We need to figure a method to make the query case sensitive
Looks like we can set COLLATE like : select city_name from cities where city_name='Paris' COLLATE utf8mb4_bin; -- You are receiving this mail because: You are watching all bug changes.