Skip to content

Commit 7df3aad

Browse files
Update to release notes
1 parent 3fa26dc commit 7df3aad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

releasenotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
##### Possible Breaking Changes #####
2323
* All members exposing some System.Data types have been changed for corresponding System.Data.Common
2424
types. (IDbCommand => DbCommand, ...)
25+
* The Date NHibernate type will no more replace by null values below its base value (which was year 1753).
26+
Its base value is now DateTime.MinValue. Its configuration parameter is obsolete.
2527
* Transaction scopes handling has undergone a major rework. See NH-4011 for full details.
2628
** More transaction promotion to distributed may occur if you use the "flush on commit" feature with
2729
transaction scopes. Explicitly flush your session instead. Ensure it does not occur by disabling
@@ -77,6 +79,7 @@
7779

7880
** Bug
7981
* [NH-926] - Identity insert fails with SQL Ce dialect and aggressive connection release mode.
82+
* [NH-1752] - NHibernate Date type converts to NULL
8083
* [NH-1904] - Protected properties and public properties cannot have the same name with different case
8184
* [NH-2029] - filter-def's use-many-to-one=false should take ON into consideration
8285
* [NH-2145] - AssertionFailure exception at ISession.Save

0 commit comments

Comments
 (0)