mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
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:
4
lib/nhibernate.linq/orchard-customizations.txt
Normal file
4
lib/nhibernate.linq/orchard-customizations.txt
Normal 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
|
||||
Reference in New Issue
Block a user