Skip to content

Commit 5570a3c

Browse files
committed
Prepare 3.4.0.CR1 release
1 parent b19a06e commit 5570a3c

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

GaRelease.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.\Tools\nant\bin\NAnt.exe -D:project.config=release clean package
1+
.\Tools\nant\bin\NAnt.exe -t:net-3.5 -D:project.config=release clean package nugetpushbat

releasenotes.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
Build 3.4.0.CR1
2+
=============================
3+
4+
** Sub-task
5+
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
6+
7+
8+
** Bug
9+
* [NH-2128] - Interceptor fires AfterTransactionCompletion too many times with distributed transactions and user-supplied connections
10+
* [NH-2921] - IsSpecialName of getter/setter method of proxy property returns false
11+
* [NH-2923] - Extra lazy indexed collection throws InvalidCastException fetching Count
12+
* [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
36+
* [NH-3608] - AbstractSessionImpl abstract method visibility
37+
38+
** New Feature
39+
* [NH-2405] - MySQL5InnoDBDialect
40+
* [NH-3192] - MsSqlCeDialect should override date manipulation functions
41+
* [NH-3193] - MsSqlCeDialect should correct override string manipulation functions
42+
* [NH-3194] - MsSqlCe40Dialect should support variable limits
43+
* [NH-3195] - MsSqlCeDialect should support TOP limit
44+
* [NH-3196] - MsSqlCeDialect should support guid.native id generator
45+
46+
** Patch
47+
* [NH-2996] - MySQL 5.5 + .NET Connector 6.2+ and GUIDs: Need to use CHAR(36)
48+
* [NH-3209] - DateTimeOffset properties have not been considered; only the properties of DateTime have been considered
49+
50+
151
Build 3.3.3.SP1
252
=============================
353

@@ -24,6 +74,7 @@ BEWARE: In versions prior to 3.3.3.CR1, the handling of the LINQ Take() method
2474

2575
** Bug
2676
* [NH-2408] - SQL Server pessimistic locking syntax incorrect for union-subclass
77+
* [NH-3096] - Linq - does not support GetValueOrDefault()
2778
* [NH-3109] - Rounding float values in aggregate functions with group by statements (MySQL).
2879
* [NH-3324] - HQL: ArgumentNullException when using LEFT OUTER JOIN and SetMaxResults
2980
* [NH-3408] - System.IndexOutOfRangeException when using Contains on a List<byte[]>

0 commit comments

Comments
 (0)