Skip to content

Proper handling of IS NULL and IS NOT NULL when multiple conditions are used #8

@dnnancy

Description

@dnnancy
SELECT Name FROM Customer
WHERE telephone IS NOT NULL
  AND email IS NULL
  AND TwitterId IS NULL

When parsing the above SQL script, the WHERE condition is evaluated as a CriteriaExpression, with the left part being "telephone" and the right part being "NOT NULL AND email IS NULL AND TwitterId IS NULL".

Thanks for the great library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions