Bug 13002 - checkuniquemember capitalizes search names but not the names in DB
Summary: checkuniquemember capitalizes search names but not the names in DB
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-29 08:50 UTC by Olli-Antti Kivilahti
Modified: 2024-07-04 20:37 UTC (History)
2 users (show)

See Also:
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 (1.92 KB, patch)
2014-09-29 08:52 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.