Seems like this should use a left outer join to me. I have a nullable relation, and i want to include that relation if it exists, but right now it will return nothing. thoughts?
btw i'm happy to code up this enhancement/change if someone can point me in the right direction. it looks like eagerLoad is maybe where i'd want to be (i see a .joins there), but not sure how to reference squeryl join types there
Seems like this should use a left outer join to me. I have a nullable relation, and i want to include that relation if it exists, but right now it will return nothing. thoughts?
btw i'm happy to code up this enhancement/change if someone can point me in the right direction. it looks like
eagerLoadis maybe where i'd want to be (i see a.joinsthere), but not sure how to reference squeryl join types there