You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [NH-2943] - Mapping XmlDocument (.NET) to XmlType (Oracle). Class XmlDocType not working.
13
+
* [NH-2963] - Validation on a collection property (mapped with Loquacious config) raise an exception [Invalid expression type: Expected ExpressionType.MemberAccess, Found Convert]
14
+
* [NH-3103] - ManyToAny ByCode does not use field customizer
15
+
* [NH-3140] - Bag ManyToMany column is ignored if it's the same as the child entity name and is replaced with "elt" in the sql.
16
+
* [NH-3190] - QuerySyntaxException is thrown when where contains subselect that matches bool value
17
+
* [NH-3234] - Merge is failing with "Unable to resolve property"
18
+
* [NH-3237] - Max and Min aggregate expressions do not work for custom UserType due to unnecessary HQL Cast
19
+
* [NH-3277] - LINQ Projection of Int64 using ToString method causes "cast as char" instead of "cast as nvarchar" in MsSqlCe dialect
20
+
* [NH-3280] - Mapping OneToOne doesn't work for inherited members
21
+
* [NH-3315] - Distinct paging problem with alias SQL Server 2005
22
+
* [NH-3405] - Cannot Use XDocument When Setting Wrap Resultsets
23
+
* [NH-3496] - NHibernate SqlServer2012Dialect drop sequence bug
24
+
* [NH-3505] - Stateless sessions fail to save relationships pointing to proxies when versioning is enabled
25
+
* [NH-3572] - AfterTransactionCompletion called twice if a distributed transaction is rolled back
26
+
* [NH-3592] - Failed to execute multi criteria with Ms Sql Ce 4.0
27
+
* [NH-3614] - Cannot create project an enumerable of non-mapped objects (List<string>)
28
+
* [NH-3615] - Incorrect assumption that namespace always exists
29
+
30
+
** Improvement
31
+
* [NH-2005] - hql concat function not registered in MsSqlCeDialect
32
+
* [NH-2958] - Delay creation of instance of XmlSerializer (loading xml assembly) until its needed.
33
+
* [NH-3465] - Add support of IIF function for Oracle
34
+
* [NH-3466] - Register MySQL functions
35
+
* [NH-3467] - Add support of 2-arg LOCATE function
0 commit comments