24 Aug
2018
24 Aug
'18
10:33 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12092 paxed <pasi.kallinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from paxed <pasi.kallinen@joensuu.fi> --- Fixed by setting the correct collate rule on the database, in our case: ALTER TABLE borrowers MODIFY surname mediumtext COLLATE utf8_swedish_ci; -- You are receiving this mail because: You are watching all bug changes.