Can't add people where name starts with e.g. "Ö" #1059

Closed
opened 2025-05-23 12:13:54 +02:00 by philipp · 1 comment
Owner

User::find_by_name uses sqlite's lower, which only works for ascii chars

Sqlite icu extension could handle that

Or manually handle ö,ü, and ä

User::find_by_name uses sqlite's `lower`, which only works for ascii chars Sqlite icu extension could handle that Or manually handle ö,ü, and ä
Author
Owner
https://git.hofer.link/Ruderverein-Donau-Linz/rowt/commit/782d68cd03b3f5ff1be36152b9ef58cc7e9d35cb
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Ruderverein-Donau-Linz/rowt#1059
No description provided.