Orchard/lib/nhibernate.linq/orchard-customizations.txt
Sebastien Ros c979435aba Using customized NHibernate.Linq libraries in DefaultContentQuery.
The NH3 implementation of Linq in Query Over is missing a great part of .NET,
whereas the NHContrib version is better, but is not compatible with NH3. This is
fixed by applying some updates to the original source code and using this
custom assembly.

--HG--
branch : 1.x
2012-09-26 12:32:32 -07:00

5 lines
299 B
Plaintext

This library has been modified to be compatible with NH 3.3.
The file DetachedCriteriaAdapter.cs in this folder is used instead of the original onw from soure code.
Source code can be found at http://sourceforge.net/projects/nhcontrib/files/NHibernate.Linq/1.0/NHibernate.Linq-1.0.0.GA-src.zip