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: issues with like and ilike fixed in v4 qb #6018

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

nityanandagohain
Copy link
Member

Fixes #6017

We escaped %, _ in contains operator, but it got applied to like and ilike as well, which shouldn't happen.

This PR fixes that.

@github-actions github-actions bot added the bug Something isn't working label Sep 19, 2024
Copy link
Member

@srikanthccv srikanthccv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point I am not sure I follow the logic. Approving to unblock.

@nityanandagohain nityanandagohain merged commit 8eb2cf1 into develop Sep 19, 2024
13 checks passed
@nityanandagohain nityanandagohain deleted the issue_6017 branch September 19, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LOGS[QB]: QB v4, like and not like is not working properly
2 participants