Skip to content

Commit 68d8128

Browse files
NH-4000 - Missing breaking changes.
1 parent 26f5554 commit 68d8128

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

releasenotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Build 5.0.0
3232
** The connection releasing is no more directly triggered by a scope completion, but by later
3333
interactions with the session.
3434
* AdoNetWithDistributedTransactionFactory has been renamed AdoNetWithSystemTransactionFactory.
35+
* ISession.GetSession(entityMode) which was yielding a "child session" is dropped. A feature
36+
allowing to build sessions from an existing one has been added, ISession.WithSessionOptions(),
37+
which yields a session builder.
3538
* Subcriteria.UniqueResult<T> for value types now return default(T) when result is null, as was
3639
already doing CriteriaImpl.UniqueResult<T>.
3740
* AliasToBeanResultTransformer property/field resolution logic has changed for supporting members
@@ -56,6 +59,7 @@ Build 5.0.0
5659
* BytecodeProviderImpl, intended for .Net Framework 1 and broken, is dropped.
5760
* Sessions concrete classes constructors have been changed. (It is not expected for them to be used
5861
directly.)
62+
* Obsolete setting interceptors.beforetransactioncompletion_ignore_exceptions is dropped.
5963
* Oracle: Hbm2dll will no-more choose N- prefixed types for typing Unicode string columns by default.
6064
This can be changed with oracle.use_n_prefixed_types_for_unicode setting, which will furthermore
6165
control DbCommand parameters typing accordingly. See NH-4062.

0 commit comments

Comments
 (0)