Skip to content

SQLOperator type doesn't include NOT IN #3766

@TheSeventhCode

Description

@TheSeventhCode

Is your feature request related to a problem? Please describe

Although there is an IN operator to filter for a value in a collection of possible values, the opposite NOT IN isn't available.

Describe the solution you'd like

Append the simple NOT IN option to the operator type:

type SQLOperator = '=' | '>=' | '<=' | '>' | '<' | '<>' | 'IN' | 'BETWEEN' | 'NOT BETWEEN' | 'IS NULL' | 'IS NOT NULL' | 'LIKE' | 'NOT LIKE';

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions