1
- Build 4.1.0.CR1
1
+ Build 4.1.0.GA
2
2
=============================
3
3
4
- ##### Possible Breaking Changes #####
4
+ ##### Possible Breaking Changes Since 4.0 #####
5
5
Proxies for classes that used lazy fields (not collections)
6
6
would have any exceptions from the entity wrapped in TargetInvocationException. This
7
7
wrapping exception have now been removed. Where relevant, you should instead catch
@@ -14,6 +14,13 @@ Build 4.1.0.CR1
14
14
Example: A LINQ query should now use 'x=>x.Name.IndexOf("a") == -1' to pick objects where
15
15
the name doesn't contain the letter "a".
16
16
17
+ ** Bug
18
+ * [NH-3885] - ThreadSafeDictionary is not threadsafe
19
+
20
+
21
+ Build 4.1.0.CR1
22
+ =============================
23
+
17
24
** Bug
18
25
* [NH-2038] - No substring length check in RemoveAsAliasesFromSql
19
26
* [NH-2127] - NHibernate cannot convert from decimal to int64 during OutputParamReturningDelegate.ExecuteAndExtract
@@ -47,7 +54,7 @@ Build 4.1.0.CR1
47
54
* [NH-3666] - Setting native sql query cachable causes ArgumentNullException in CacheableResultTransformer.
48
55
* [NH-3681] - NHibernate.HibernateException: Query Source could not be identified, when using join group and Sum()
49
56
* [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.
51
58
* [NH-3741] - Many to Many mapping against interfaces fails (reverts to using ElementRelationMapper instead of ManyToManyRelationMapper)
52
59
* [NH-3743] - Fetch with GroupBy throws NullReferenceException
53
60
* [NH-3747] - Very weak support for predicates in Linq Aggregate functions
0 commit comments