Bug 13002

Summary: checkuniquemember capitalizes search names but not the names in DB
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 13002 - checkuniquemember capitalizes search names but not the names in DB

Description Olli-Antti Kivilahti 2014-09-29 08:50:42 UTC
This causes matching to fail atleast in MariaDB/MySQL because they are case-sensitive.
Comment 1 Olli-Antti Kivilahti 2014-09-29 08:52:03 UTC
Created attachment 31908 [details] [review]
Bug 13002 - checkuniquemember capitalizes search names but not the names in DB

This causes matching to fail atleast in MariaDB/MySQL because they are case-sensitive.
Comment 2 Katrin Fischer 2023-07-09 10:58:08 UTC
(In reply to Olli-Antti Kivilahti from comment #1)
> Created attachment 31908 [details] [review] [review]
> Bug 13002 - checkuniquemember capitalizes search names but not the names in
> DB
> 
> This causes matching to fail atleast in MariaDB/MySQL because they are
> case-sensitive.

I believe this might have been a local change - by default Koha's database tables are not case sensitive with some rare exceptions.