Hi, I've read many posts on Subsonic 3.0's LINQ left join issues, and how using the fluent interface is supposed to be the alternative.
However, no matter which type of join I try to use in the fluent interface (LeftOuterJoin, LeftJoin...), the query is -always-, no matter what, an Inner Join once it gets translated in SQL
I'm having issues finding if its a known issue or if I'm doing something wrong, as most searches for this turns out the LINQ left join issue instead.
Thanks!