Skip to content

Support whereIsDistinctFrom and whereNotIsDistinctFrom #39

Open
@tpetry

Description

@tpetry

The IS DISTINCT FROM and IS NOT DISTINCT FROM terms simplify a query a lot for nullable columns:

col IS DISTINCT FROM 'value' simplifies a query with nullable columns as it is a replacement for (col IS NULL OR col != 'value')

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions