I am using the filter in the context of nhibernate linq. Using HQL instead of criteria would force me to use hql everywhere as all of my criteria is represented in the form of IQueryable's on the linq provider.
I tried a different approach of not using a filter but ran into a completely seperate problem with linq. As far as this problem is concerned, before I try to write some more tests for it, is this actually a bug or am I using the api incorrectly? Sean On Apr 5, 6:49 pm, Fabio Maulo <[email protected]> wrote: > That issue is about a duplication of filter clause wrote in 'join' AND in > 'where' clauses. > Sean is talking about the clause appear only in 'where' clauses. > Sean, > please try to use HQL instead Criteria (I know you are using Criteria) and > let me know the difference. > > 2010/4/5 Diego Mijelshon <[email protected]> > > > > > > > This seems related - same issue with one-to-many: > >http://216.121.112.228/browse/NH-1927 > > > Diego > > > On Mon, Apr 5, 2010 at 12:12, Diego Mijelshon <[email protected]>wrote: > > >> Is it a multiple-filter thing? > >> It looks more like a problem with filter + fetch join, if I understood the > >> issue correctly. > > >> Diego > > >> On Mon, Apr 5, 2010 at 11:57, Fabio Maulo <[email protected]> wrote: > > >>> 2010/4/5 Diego Mijelshon <[email protected]> > > >>> It looks like a bug... the filter should probably be on the join clause. > >>>> You can open an issue athttp://jira.nhforge.org/. Make sure to include > >>>> a failing test. > > >>> A patch with test applying multiple filters is welcome. > >>> -- > >>> Fabio Maulo > > >>> -- > >>> 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]<nhusers%[email protected] > >>> > > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/nhusers?hl=en. > > > -- > > 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]<nhusers%[email protected] > > > > > . > > For more options, visit this group at > >http://groups.google.com/group/nhusers?hl=en. > > -- > Fabio Maulo -- 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.
