From: Richard B. (JIRA) <nh...@gm...> - 2010-09-21 12:37:47
|
[ http://216.121.112.228/browse/NH-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19842#action_19842 ] Richard Brown commented on NH-2328: ----------------------------------- Michael, There seems to be a little confusion here. The mail thread suggested you were trying both Linq and QueryOver. You mentioned you got it to work (using a workaround) with QueryOver, but couldn't get it to work with Linq. I also replied with the correct syntax for QueryOver (o => o.GetType() == typeof(myType)) ... and that I'd also updated QueryOver to allow (o => o is myType) syntax. If your problem is with QueryOver, can you confirm that it is now resolved, and we can close this? If your problem is with Linq, can you confirm this, and we'll change the Component to Linq. Cheers, Richard > Linq query on <Any/> fails > -------------------------- > > Key: NH-2328 > URL: http://216.121.112.228/browse/NH-2328 > Project: NHibernate > Issue Type: Bug > Components: QueryOver > Affects Versions: 3.0.0.Alpha2 > Reporter: Michael Kobaly > Priority: Major > Attachments: NHibernate.Test.zip > > > Please read NHUsers group posting here for description of problem. > http://groups.google.com/group/nhusers/browse_thread/thread/fa831bd703842e1e > I excluded the lib folder from the zip file since upload says not to include dlls. I am using NH 3 Alpha 2 with all supporting dlls. First time posting bug..sorry in advance if I am doing it wrong. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |