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
This commit is contained in:
Sebastien Ros
2012-09-26 12:32:32 -07:00
parent 42530f305c
commit c979435aba
10 changed files with 380 additions and 181 deletions

View File

@@ -0,0 +1,4 @@
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