SubSonic 3 LeftOuterJoin
- by michaelpearce
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