I've commented on the issue. Hopefully Fabio has the time to take a look at it. It really is a simple patch... :)
Kenneth On Wed, Apr 6, 2011 at 14:35, Maximilian Raditya <[email protected]> wrote: > On Wed, Apr 6, 2011 at 1:55 PM, TigerShark <[email protected]>wrote: > >> Sorry, yes, I do understand why the behavior is broken by NHibernate >> Facility and I've reported it as a bug >> http://216.121.112.228/browse/NH-262 >> > > > Could you add in the bug report that it would also break with > IStatelessSession, in addition to ISession, since both methods in > LinqExtensionMethods.Query<T>() have the same buggy implementations? See > here: > > public static IQueryable<T> Query<T>(this ISession session) > { > return new NhQueryable<T>(session as ISessionImplementor); > } > > > public static IQueryable<T> Query<T>(this IStatelessSession session) > { > > return new NhQueryable<T>(session as ISessionImplementor); > } > > > > > So both implementations need to be changed. > > > > > -- > Regards, > > Maximilian Haru Raditya > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Development List" 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/castle-project-devel?hl=en. > -- Med venlig hilsen / Kind regards Kenneth Siewers Møller -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" 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/castle-project-devel?hl=en.
