From: Fabio M. (JIRA) <nh...@gm...> - 2011-04-26 19:24:12
|
[ http://216.121.112.228/browse/NH-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20974#action_20974 ] Fabio Maulo commented on NH-2679: --------------------------------- Please, mappings and classes to create a test if you don't want send us a test. > The UnionResultOperator result operator is not current supported > ---------------------------------------------------------------- > > Key: NH-2679 > URL: http://216.121.112.228/browse/NH-2679 > Project: NHibernate > Issue Type: Bug > Components: Linq Provider > Affects Versions: 3.1.0 > Reporter: Michael Teper > Priority: Major > > var result1 = from foo in ISession.Query<Foo> > where ... > select foo.Bar; > var result2 = from foo in ISession.Query<Foo> > where ... > select foo.Bar; > var result3 = result1.Union(result2); -- 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 |