Skip to:
This query:
Produces the following SQL:
It generates left outer join and inner join, should be only one of them
Some additional links:
http://stackoverflow.com/questions/8152298/linq-to-nhibernate-duplicates-joinshttp://stackoverflow.com/questions/10104949/nhibernate-generating-outer-join-for-a-fetch
Moved here.
Same in 3.3.0CR1. Added a new test case for new version
Could you please check with NH 3.3.0CR1?
Here is a test case for this issue
This query:
Produces the following SQL:
It generates left outer join and inner join, should be only one of them
Some additional links:
http://stackoverflow.com/questions/8152298/linq-to-nhibernate-duplicates-joins
http://stackoverflow.com/questions/10104949/nhibernate-generating-outer-join-for-a-fetch