Skip to content

SQL: Introduce IsNull node #34876

@costin

Description

@costin

Both IS NULL and IS NOT NULL get translated to the latter form as this maps nicely to the exists query.
However for scripting this ends up with double methods which is inconvenient as it's a negation of a negation.
Having a proper IS NULL would simplify this, allow a shortcut optimization of negating is not null and overall be more intuitive internally-wise.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions