Skip to content

Add support for "not in" #914

Description

@victorr99

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.

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions