Skip to content

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 yahonda merged commit 0f503e4 into rsim:master Jan 17, 2022
@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