Skip to content

Add support for "not in" #914

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

Open
victorr99 opened this issue Apr 25, 2025 · 1 comment
Open

Add support for "not in" #914

victorr99 opened this issue Apr 25, 2025 · 1 comment
Assignees
Labels

Comments

@victorr99
Copy link

As of today, when we want to write not in, we have to wrap the in clause with brackets and add a not or ! before it: !(foo in (2, 4, 6)).

I would like to see the ability to write foo not in (2, 4, 6) which feels way more natural and is easier to read.

Thanks in advance.

@StefH StefH added the feature label Apr 25, 2025
@StefH StefH self-assigned this Apr 25, 2025
@StefH
Copy link
Collaborator

StefH commented Apr 25, 2025

#915

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

No branches or pull requests

2 participants