sqlgg icon indicating copy to clipboard operation
sqlgg copied to clipboard

track projection nullability for outer joins

Open cyberhuman opened this issue 5 years ago • 1 comments

Every column on the outer-joined table becomes nullable.

cyberhuman avatar Sep 20 '19 11:09 cyberhuman

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

cyberhuman avatar Dec 02 '19 23:12 cyberhuman