jaypipes / sqlb

A library for efficiently generating SQL expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for IS NULL and IS NOT NULL predicates

jaypipes opened this issue · comments

For outer joins where we want to winnow results based on either the inclusion or exclusion of a record in a join condition, we'll need to support IS NULL and IS NOT NULL predicates.