SubSonic 3 LeftOuterJoin
Posted
by michaelpearce
on Stack Overflow
See other posts from Stack Overflow
or by michaelpearce
Published on 2010-05-30T23:48:20Z
Indexed on
2010/05/30
23:52 UTC
Read the original article
Hit count: 220
subsonic3
I have read in this forum that left outer join syntax is not supported by subsonic in an answer to a question on the topic by "Apocatastasis".
I have the same issue in that when I create a query using the .LeftOuterJoin the resulting sql has an inner join rather than a left outer join.
Can someone please confirm that LeftOuterJoin is indeed not supported and, if that is the case, why is it included in the active record syntax?
Thanks Michael
© Stack Overflow or respective owner