From: Steve S. (JIRA) <nh...@gm...> - 2010-07-28 14:19:35
|
[ http://216.121.112.228/browse/NH-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19472#action_19472 ] Steve Strong commented on NH-2206: ---------------------------------- I agree it's an issue, but I don't think it qualifies as a priority of Major - the .ToList() does give a work around. The fact that compatibility with the old provider is broken isn't, in my opinion, a major issue. The old provider is an NHContrib project, not part of NH Core, and I don't think it's practical to ensure backwards-compatibility with it. We don't, for example, have a whole bunch of tests in the core for the old provider. So although I'd like to see this fixed, I think there are more important areas within the new provider that could be worked on instead. Feel free to submit a patch if it's a major problem for you ;) > Cast is not supported by the new Linq provider > ---------------------------------------------- > > Key: NH-2206 > URL: http://216.121.112.228/browse/NH-2206 > Project: NHibernate > Issue Type: Bug > Components: Linq Provider > Affects Versions: 3.0.0.Alpha1 > Reporter: Diego Mijelshon > Priority: Major > Attachments: ResultCastTest.cs > > > Executing the attached test results in the following exception: > System.NotSupportedException: The CastResultOperator result operator is not current supported > This works without problems with the old provider. -- 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 |