You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord::StatementInvalid (Mysql2::Error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_bin,COERCIBLE) for operation '=')
Caused by: Mysql2::Error (Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_bin,COERCIBLE) for operation '=')
Information for: ActiveRecord::StatementInvalid (Mysql2::Error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_bin,COERCIBLE) for operation '='):
Sorry it's taken so long to get to this, I somehow missed it after having just a quick glance. Working on this now for upcoming Quepid8 release.
Describe the bug
When I create a CSV Static File endpoint with a CSV file having queries with UTF surrogate pairs (e.g. emojis), import fails:
A sample file reproducing the issue: kfc.csv
Where the query is
kfc 🍟➕🍔➕🍗
- yes I also wonder who searches like that, but here we are.To Reproduce
Steps to reproduce the behavior on v7.17.1:
Relevance Cases
>Create case
Mysql2::Error: Illegal mix of collations
error.Expected behavior
Expected the UI and import not to break on such weird queries.
The text was updated successfully, but these errors were encountered: