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 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
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
You can’t perform that action at this time.
0 commit comments