Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Stéphane Mitermite
Stéphane MitermiteComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created November 8, 2010 at 6:40 AM
Updated March 8, 2011 at 11:28 AM
Resolved January 17, 2011 at 4:00 AM
If I do this :
Session.Query<Project>().OrderBy(p.Type.Label).ToList()
an inner join is generated (due to the reference to p.Type). The expected result is a left join, otherwise, we don't receive any results where p.Type is null.
More comments on this thread :
http://groups.google.com/group/nhibernate-development/browse_thread/thread/3cf5f441c4392dde/0b4fa0951414f932