I'm using NHibernate 2.1.2 GA and I recently found that when we use subselect fetching strategy the paging parameters are not used by the inner sql query and all the rows of the child table are retrieved. This is really bad when you have hundreds of thousands records in the child table...
I've found an issue reporting the bug: http://216.121.112.228/browse/NH-1123 The issue, however, has been closed even after Ayende had agreed that this is really a problem. I'm wondering if this bug has been fixed in the trunk, and if it could be easily ported to the 2.1.2 release. If not, how hard would be to fix it ? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
