File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
22
##### Possible Breaking Changes #####
23
23
* All members exposing some System.Data types have been changed for corresponding System.Data.Common
24
24
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.
25
27
* Transaction scopes handling has undergone a major rework. See NH-4011 for full details.
26
28
** More transaction promotion to distributed may occur if you use the "flush on commit" feature with
27
29
transaction scopes. Explicitly flush your session instead. Ensure it does not occur by disabling
77
79
78
80
** Bug
79
81
* [NH-926] - Identity insert fails with SQL Ce dialect and aggressive connection release mode.
82
+ * [NH-1752] - NHibernate Date type converts to NULL
80
83
* [NH-1904] - Protected properties and public properties cannot have the same name with different case
81
84
* [NH-2029] - filter-def's use-many-to-one=false should take ON into consideration
82
85
* [NH-2145] - AssertionFailure exception at ISession.Save
You can’t perform that action at this time.
0 commit comments