Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL(mariadb): Pattern match a varchar column with a non-English scalar value. #673

Closed
goldmedal opened this issue Jul 16, 2024 · 0 comments · Fixed by #675
Closed

MySQL(mariadb): Pattern match a varchar column with a non-English scalar value. #673

goldmedal opened this issue Jul 16, 2024 · 0 comments · Fixed by #675
Labels
bug Something isn't working ibis

Comments

@goldmedal
Copy link
Contributor

The discord user report this issue: https://discord.com/channels/1227143286951514152/1238608474003345468/1262627269982031872

  • It seems the Korean literal is converted to a literal U&' ... '. We should check if this behavior is correct.
  • The lower() function is generated by Wren AI. I'm not sure if it's correct for MariaDB but I think it works in DuckDB
D select lower('시험') = '시험';
┌──────────────────────────┐
│ (lower('시험') = '시험') │
│         boolean          │
├──────────────────────────┤
│ true                     │
└──────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ibis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants