Disclaimer: I'm not a core contributor, but I've submitted a few patches dealing with LINQ so I speak from my (limited) experience.
"Is there active development going on to support LINQ better," Yes, but on a case by case basis (where case=JIRA case). It is much appreciated if you create a test case and submit it to JIRA. One per operator. "is everyone just working around the problem with QueryOver and/or HQL?" I try to do as much as possible in LINQ, but I've decided to not enforce that in any other way than code review. " Is there any documentation indicating which LINQ operators are supported and which are not?" Not to my knowledge, but that sounds like a good idea for a wiki. /G 2013/1/22 Peter Wood <[email protected]>: > Hi - > > I have come across several LINQ operators (eg. join, intersect) which > indicate that they are unsupported when I use them with NHibernate. These > in particular are pretty key. > > 1) Is there active development going on to support LINQ better, or is > everyone just working around the problem with QueryOver and/or HQL? > 2) Is there any documentation indicating which LINQ operators are supported > and which are not? > > LINQ is our preferred query approach, and I don't what to get into a > situation where we have 3 or 4 query APIs in use to make up for gaps in its > support, so I need to make a decision on the best way to go. > > Thanks, > Peter > > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/nhusers/-/epHE9WeG_sQJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
