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

support LIKE case-insensitive matching #2247

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Conversation

akostadinov
Copy link
Contributor

Oracle documentation suggests to use UPPER() when case-insensitive search is desired. I have used that here. Without it the comparison is only case-sensitive unlike MySQL and Postgres where it can be one or the other by user choice.

Probably upgrade notes should point out that by default matching is case-insensitive. If anybody used it as case-sensitive without passing the case_sensitive parameter to #matches, then they can be surprised by this change.

@yahonda
Copy link
Collaborator

yahonda commented Jan 17, 2022

Note: This change is breaking one so it will not be backported to the release70 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants