Take care with your words... The fact that I had some squabble with Frans does not mean that I don't respect him and does not mean that we have to review all patches with High priority.
NH-2319 is the LINQ version of our CreateFilter, the patch is interesting but it need to be analyzed with more details. So far any LINQ applied to a collection, retrieved by NH, is always safe as any LinqToObject. Your request seems a bug masquerade of feature and needs a cautions discussion On Thu, Sep 2, 2010 at 11:46 PM, Diego Mijelshon <[email protected]>wrote: > Anyone? > > C'mon guys, at least some criticism from the wind team! > If you don't look at the received patches, Frans Bouma wins! (just kidding) > > Diego > > > > On Wed, Sep 1, 2010 at 00:19, Diego Mijelshon <[email protected]>wrote: > >> I've implemented something I've seen requested several times in SO and the >> users list: the ability to query persistent collections using LINQ (server >> side, without initializing the collection and without referencing >> NHibernate). >> >> Patch: http://216.121.112.228/browse/NH-2319 >> >> <http://216.121.112.228/browse/NH-2319>This implementation should work >> for generic bag, set and list, with two limitations: the relationship must >> be one-to-many and bidirectional. This should still account for the majority >> of the collections out there. >> There are probably many other ways in which it can be improved, but I >> think it will be a useful feature. >> >> I'd really appreciate if any of the committers takes some minutes to >> review it and, hopefully, include it. Ping me if you have any questions. >> >> Diego >> > > -- Fabio Maulo
