Gunnar Liljas

Results 84 comments of Gunnar Liljas

For "naked" Any:s it does that. Using EXISTS is not necessarily the solution, since some kind of value would have to be returned. In SQL it would perhaps have to...

> Though IMHO it still fetches some data to some extent If the Any returns true, yes. Using an EXISTS would have to fetch/return data in both cases. For SQL...

Not too keen on the exposing of properties in base classes and interfaces which are just for testing, such as "LastSourceValue" etc. Of course I kept them, but having them...

I see now that this was also done in #384 . Didn't see it, since it was called ASCII, which it isn't :)

Exposing the subitems of groupings is something that translates badly to SQL, and therefore it's rarely (if ever) supported by OR mappers. Performing it in one query requires using window...

I have a working branch for net472, mostly solved by using the Polyfill NuGet. Had to add a couple pragmas and turn IType into an abstract class, since default implementations...

It's not wrong per se. NHibernate just decides that it would rather handle the projection client side, but it can't do that with the OrderBy. The best correction would be...

There are certainly areas where the SessionFactory setup could be streamlined, but just out of curiosity... - In such a dynamic application, does it really make sense to use an...

DbDataSource is a very new concept and it's not necessarily a good fit for NHibernate (support is slim in EF too), so it's unfortunate that tracing options can only be...