1- Build 4.1.0.CR1
1+ Build 4.1.0.GA
22=============================
33
4- ##### Possible Breaking Changes #####
4+ ##### Possible Breaking Changes Since 4.0 #####
55 Proxies for classes that used lazy fields (not collections)
66 would have any exceptions from the entity wrapped in TargetInvocationException. This
77 wrapping exception have now been removed. Where relevant, you should instead catch
@@ -14,6 +14,13 @@ Build 4.1.0.CR1
1414 Example: A LINQ query should now use 'x=>x.Name.IndexOf("a") == -1' to pick objects where
1515 the name doesn't contain the letter "a".
1616
17+ ** Bug
18+ * [NH-3885] - ThreadSafeDictionary is not threadsafe
19+
20+
21+ Build 4.1.0.CR1
22+ =============================
23+
1724** Bug
1825 * [NH-2038] - No substring length check in RemoveAsAliasesFromSql
1926 * [NH-2127] - NHibernate cannot convert from decimal to int64 during OutputParamReturningDelegate.ExecuteAndExtract
@@ -47,7 +54,7 @@ Build 4.1.0.CR1
4754 * [NH-3666] - Setting native sql query cachable causes ArgumentNullException in CacheableResultTransformer.
4855 * [NH-3681] - NHibernate.HibernateException: Query Source could not be identified, when using join group and Sum()
4956 * [NH-3706] - NHibernate.Transform.Transformers should be static class
50- * [NH-3727] - Criteria which use SubqueryProjection. Cannot be executed more than once. Second try throws exception.
57+ * [NH-3727] - Criteria which use SubqueryProjection. Cannot be executed more than once. Second try throws exception.
5158 * [NH-3741] - Many to Many mapping against interfaces fails (reverts to using ElementRelationMapper instead of ManyToManyRelationMapper)
5259 * [NH-3743] - Fetch with GroupBy throws NullReferenceException
5360 * [NH-3747] - Very weak support for predicates in Linq Aggregate functions
0 commit comments