Skip to content

Commit 86d987c

Browse files
committed
Update release notes for 3.3.1.GA.
1 parent 016d60e commit 86d987c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

releasenotes.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
Build 3.3.0.GA
231
=============================
332

0 commit comments

Comments
 (0)