From: NHibernate J. <mik...@us...> - 2006-11-01 08:09:30
|
[ http://jira.nhibernate.org/browse/NH-614?page=all ] Sergey Koshcheyev closed NH-614: -------------------------------- Resolution: Fixed > Optimize generic IQuery.List implementation > ------------------------------------------- > > Key: NH-614 > URL: http://jira.nhibernate.org/browse/NH-614 > Project: NHibernate > Type: Improvement > Components: Core > Versions: 1.2.0.Alpha1 > Reporter: Sergey Koshcheyev > Priority: Trivial > Fix For: 1.2.0.Beta2 > > The current implementation of IQuery.List or ISession.List run the non-generic version and copy the results into a new generic collection. This should be optimized so that the results are placed into the generic collection from the beginning. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |