@@ -12,9 +12,10 @@ Build 3.4.0.CR1
12
12
** Sub-task
13
13
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
14
14
15
-
16
15
** Bug
16
+ * [NH-1882] - Collection was not processed by flush when iterate through collection in PostUpdateEvent
17
17
* [NH-2128] - Interceptor fires AfterTransactionCompletion too many times with distributed transactions and user-supplied connections
18
+ * [NH-2290] - Invalid hql parenthesis expansion in generated sql
18
19
* [NH-2921] - IsSpecialName of getter/setter method of proxy property returns false
19
20
* [NH-2923] - Extra lazy indexed collection throws InvalidCastException fetching Count
20
21
* [NH-2943] - Mapping XmlDocument (.NET) to XmlType (Oracle). Class XmlDocType not working.
@@ -27,13 +28,17 @@ Build 3.4.0.CR1
27
28
* [NH-3277] - LINQ Projection of Int64 using ToString method causes "cast as char" instead of "cast as nvarchar" in MsSqlCe dialect
28
29
* [NH-3280] - Mapping OneToOne doesn't work for inherited members
29
30
* [NH-3315] - Distinct paging problem with alias SQL Server 2005
31
+ * [NH-3316] - Mapping parent property on component in a set adds bogus property element
30
32
* [NH-3405] - Cannot Use XDocument When Setting Wrap Resultsets
31
33
* [NH-3496] - NHibernate SqlServer2012Dialect drop sequence bug
32
34
* [NH-3505] - Stateless sessions fail to save relationships pointing to proxies when versioning is enabled
33
35
* [NH-3572] - AfterTransactionCompletion called twice if a distributed transaction is rolled back
34
36
* [NH-3592] - Failed to execute multi criteria with Ms Sql Ce 4.0
37
+ * [NH-3611] - NHibernateUtil.GuessType(typeof(string)) returns ClassMetaType
35
38
* [NH-3614] - Cannot create project an enumerable of non-mapped objects (List<string>)
36
39
* [NH-3615] - Incorrect assumption that namespace always exists
40
+ * [NH-3618] - ManyToOne does not allow to set "unique"="true", "unique-key" and "index" for multi-column properties
41
+ * [NH-3641] - Missing Outer Join
37
42
38
43
** Improvement
39
44
* [NH-2005] - hql concat function not registered in MsSqlCeDialect
@@ -55,6 +60,9 @@ Build 3.4.0.CR1
55
60
* [NH-2996] - MySQL 5.5 + .NET Connector 6.2+ and GUIDs: Need to use CHAR(36)
56
61
* [NH-3209] - DateTimeOffset properties have not been considered; only the properties of DateTime have been considered
57
62
63
+ ** Task
64
+ * [NH-3251] - Update to antlr 3.5.0.2
65
+
58
66
59
67
Build 3.3.3.SP1
60
68
=============================
0 commit comments