File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Release notes - NHibernate - Version 5.1.0
9
9
10
10
**
11
11
12
-
12
+ As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
13
+ queries. See 5.0.0 possible breaking changes.
13
14
14
15
Build 5.0.3
15
16
=============================
@@ -139,6 +140,9 @@ Build 5.0.0
139
140
already doing CriteriaImpl.UniqueResult<T>.
140
141
* AliasToBeanResultTransformer property/field resolution logic has changed for supporting members
141
142
which names differ only by case. See NH-3693 last comments for details.
143
+ * Linq inequality implementation has been changed for supporting null, meaning that a "a != b" expression
144
+ will now be considered matching if one side is null, while previously due to SQL null semantic it was
145
+ considered non-matching. See NH-3100.
142
146
* Linq extension methods marked with attribute LinqExtensionMethod will no more be evaluated
143
147
in-memory prior to query execution when they do not depend on query results, but will always be
144
148
translated to their corresponding SQL call. This can be changed with a parameter of the attribute.
You can’t perform that action at this time.
0 commit comments