sqlgg
sqlgg copied to clipboard
track projection nullability for outer joins
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
.