ygrek/sqlgg

track projection nullability for outer joins

cyberhuman opened this issue · 1 comments

Every column on the outer-joined table becomes nullable.

Thinking about it, this issue depends on #18 since we want the whole row of an outer table to be either Some or None.