1
- Build vNext
1
+ Build 4.0.0.Alpha2
2
2
=============================
3
3
4
- ** Known BREAKING CHANGES from NH4.0.0.Alpha1 to 4.0.0.Alpha1
4
+ ** Known BREAKING CHANGES from NH4.0.0.Alpha1 to 4.0.0.Alpha2
5
5
6
6
Fixed mapping by code behaviour when map child subclasses (see NH-3135 and NH-3269)
7
7
@@ -11,6 +11,41 @@ Build vNext
11
11
instantiator = BuildInstantiator(component);
12
12
13
13
14
+ ** Bug
15
+ * [NH-2380] - Cannot perform distinct when selecting an anonymous type
16
+ * [NH-2486] - Distinct() extension method problem with Object Initialisers
17
+ * [NH-2655] - DbType.Double should be float(53) instead of DOUBLE PRECISION in the SQL-Severer2000 Dialect
18
+ * [NH-2692] - Using Any() on a collection of components results in invalid SQL: Column of parent ID is used instead of key column
19
+ * [NH-2861] - <filter> doesn't work in conjunction with <join>
20
+ * [NH-2865] - "Expression type 'NhSumExpression' is not supported by this SelectClauseVisitor."
21
+ * [NH-2961] - "Index was outside the bounds of the array" error when executing cached query for single result with distinct results transformer
22
+ * [NH-3135] - Collection of Components in BaseClass cannot be mapped to a different table
23
+ * [NH-3269] - UniqueKey on property of base class will affect all inherited class
24
+ * [NH-3392] - Add ability to expand subcollections with composites ids with WCF Data Services
25
+ * [NH-3417] - Nested projection of subcollection throws
26
+ * [NH-3423] - MemberInitExpression causing problem in HqlGeneratorExpressionTreeVisitor (WCF DS)
27
+ * [NH-3571] - Linq does not support dynamic components inside components
28
+ * [NH-3579] - Session leak in the Query Plan Cache
29
+ * [NH-3586] - Firebird Decimals
30
+ * [NH-3588] - Creating and dropping of Temporary Tables in an isolated transaction is broken
31
+ * [NH-3590] - Detached entity with set of primitives throws
32
+ * [NH-3591] - IncrementGenerator unnecessarily creates a new connection to the db
33
+
34
+ ** Improvement
35
+ * [NH-1082] - Exceptions thrown in IInterceptor.BeforeTransactionCompletion should cause the transaction to be rolled back
36
+ * [NH-3041] - Expression-based PropertyRef missing in OneToOne mapping
37
+ * [NH-3072] - OneToManyPersister improvements
38
+ * [NH-3141] - Don't fetch id from proxy target
39
+ * [NH-3437] - Turn SqlMethods.Like into an extension method
40
+
41
+
42
+ ** Patch
43
+ * [NH-3558] - Table check and enhanced id generators in Mapping By Code
44
+ * [NH-3559] - UnionSubclassEntityPersister does not quote column names
45
+
46
+ ** Task
47
+ * [NH-3363] - Refactor Loader/Result Transformer interaction to match Hibernate
48
+
14
49
Build 4.0.0.Alpha1
15
50
=============================
16
51
0 commit comments