DapperLib / DapperAOT

Build time tools in the flavor of Dapper
Other
357 stars 19 forks source link

"lacks WHERE" - shouldn't apply if JOIN #45

Closed mgravell closed 12 months ago

mgravell commented 12 months ago

The join us effectively a restriction UNLESS it is the "always" side of an outer join

Basic tier: omit for JOIN Middle tier: omit for INNER JOIN Top tier: omit if not the weak side of OUTER

mgravell commented 12 months ago

done