CulturedCheese / thesis-project

4 stars 4 forks source link

make all SQL joins explicitly outer joins using the UNION syntax #201

Closed ClimbsRocks closed 9 years ago

ClimbsRocks commented 9 years ago

i had assumed that JOIN defaulted to LEFT JOIN. it defaults to inner join. explicitly using left join solved it.