File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ Build 3.3.1.GA
2
+ =============================
3
+
4
+ ** Sub-task
5
+ * [NH-3167] - Support for Microsoft Sql Server 2012 sequences
6
+ * [NH-3170] - Add native "iif" function to MsSql2012Dialect
7
+
8
+ ** Bug
9
+ * [NH-2789] - LINQ query on byte? simple property fails on MSSQL 2005 (tinyint)
10
+ * [NH-2812] - Performing a Linq query on a non-null byte property throws an InvalidCastException
11
+ * [NH-3121] - Silent truncation of binary data
12
+ * [NH-3124] - invalid cast to int in generated sql with a char property
13
+ * [NH-3125] - Invalid SQL when querying via LINQ with grouping (regression from 3.2)
14
+ * [NH-3126] - InvalidCastException when cascading saves to transient dictionary values
15
+ * [NH-3138] - Distinct Bug on MSSQL with OrderBy/Limit and functions in Projection/Order
16
+ * [NH-3142] - Batch-loading of lazy children failing when key is composite
17
+ * [NH-3145] - HQL query using base class entity with lazy properties throws "No Persister For" error
18
+ * [NH-3147] - Calling Contains on a subquery that contains a join throws an Exception
19
+ * [NH-3153] - Duplicated id generator tables if schema is specified using different methods for different classes.
20
+ * [NH-3162] - Byte.Equals in LINQ Where clauses throws NotSupportedException
21
+ * [NH-3172] - "Duplicate dynamic module name within an assembly"
22
+
23
+ ** Improvement
24
+ * [NH-3104] - Typo in Warning Messages
25
+ * [NH-3149] - MsSql2005Dialect should use nowait in LockMode.UPGRADE_NOWAIT
26
+ * [NH-3156] - ShowBuildMenu.bat does not work with spaces in repository folder name
27
+ * [NH-3168] - Add support for bit_length function for MsSql2000Dialect and above
28
+ * [NH-3169] - Add supprot for extract function for MsSql2000Dialect and above
29
+
1
30
Build 3.3.0.GA
2
31
=============================
3
32
You can’t perform that action at this time.
0 commit comments