Skip to content

Add support for "not in" #914

@victorr99

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions