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

fix: revert sanitize_pattern_param in like and ilike #481

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

silentworks
Copy link
Contributor

Reverts #461 because it broke functionality of the library. You can see the linked issue for a repro of the issue #477.

This reverts commit ea791f4.
@silentworks silentworks requested review from olirice and J0 as code owners August 6, 2024 00:00
@silentworks silentworks linked an issue Aug 6, 2024 that may be closed by this pull request
@silentworks silentworks requested a review from mansueli August 6, 2024 00:02
@silentworks silentworks changed the title Revert "Fix 830" fix: revert sanitize_pattern_param in like and ilike Aug 6, 2024
@J0 J0 merged commit 18ed416 into master Aug 8, 2024
6 checks passed
@J0 J0 deleted the revert-461-likefix branch August 8, 2024 05:25
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.

#461 broke the like operator when special characters are used ,:()
4 participants