From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-20 15:00:56
|
[ http://216.121.112.228/browse/NH-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo resolved NH-2701. ----------------------------- Resolution: Fixed Fix Version/s: 3.2.0CR1 > Cannot use Linq Skip() in conjunction with FetchMany and ToFuture > ----------------------------------------------------------------- > > Key: NH-2701 > URL: http://216.121.112.228/browse/NH-2701 > Project: NHibernate > Issue Type: Bug > Components: Core > Affects Versions: 3.2.0Alpha3 > Reporter: Andrei Alecu > Fix For: 3.2.0CR1 > > Attachments: nh2701 failing test.patch > > > Using .Skip() in conjunction with a query that uses FetchMany/Fetch() and .ToFuture() results in the following error: > System.ArgumentException : Object of type 'System.Collections.ArrayList' cannot be converted to type 'System.Collections.Generic.IEnumerable`1[System.Object]'. > Failing unit test attached. -- 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 |