- Status Confirmed
- Percent Complete
- Task Type Bug Report
- Category Database Queries
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Low
- Reported Version 1.0 devel (github master)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2304 - Greek letters crash tags
When adding a tag in Greek letters (e.g. “Δοκιμή”) I get:
Query {SELECT tag_id FROM `flyspray_list_tag` WHERE (project_id=0 OR project_id=?) AND tag_name LIKE ? ORDER BY project_id} with params {5,Δοκιμή} Failed! (Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ‘like’)
This task is a sub task of FS#2222 - Greek translation issues
Mmmh, happens probably if default database server settings are not utf8 / utf8_general_ci.
My test on a shared hosting:
So the list_tag table isn't created with the right charset and collation.
Marked the related task FS#2044 for discussion.