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

feat: add support for not_like operation #11326

Merged
merged 7 commits into from
Feb 22, 2025

Conversation

paulpopus
Copy link
Contributor

@paulpopus paulpopus commented Feb 21, 2025

This PR adds support for not_like as a query operation. Functions just as a negative to like, uses ilike in postgres and like in sqlite

Copy link
Member

@r1tsuu r1tsuu left a comment

Choose a reason for hiding this comment

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

Looks good, one question

Copy link
Member

@r1tsuu r1tsuu left a comment

Choose a reason for hiding this comment

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

LGTM, I'd just remove the db-* scope from the PR since it touches payload and ui as well.

@paulpopus paulpopus changed the title feat(db-*): add support for not_like operation feat: add support for not_like operation Feb 22, 2025
@paulpopus paulpopus merged commit b014416 into main Feb 22, 2025
71 checks passed
@paulpopus paulpopus deleted the feat/db-add-support-for-not_like-operation branch February 22, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants