|
From: Andrei A. (JIRA) <nh...@gm...> - 2011-05-12 18:54:52
|
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
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
|