-
-
Notifications
You must be signed in to change notification settings - Fork 244
Add support for "not in" #914
Copy link
Copy link
Closed
Labels
Description
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.
Reactions are currently unavailable