|
| 1 | +Build 5.2.4 |
| 2 | +============================= |
| 3 | + |
| 4 | +Release notes - NHibernate - Version 5.2.4 |
| 5 | + |
| 6 | +3 issues were resolved in this release. The dialect change has the side effect of |
| 7 | +re-enabling a hack used by NHibernate.Spatial, allowing Spatial users to upgrade |
| 8 | +to NHibernate 5.2.x. See NHibernate.Spatial#104. |
| 9 | + |
| 10 | + ##### Possible Breaking Changes ##### |
| 11 | + * Using DML on an entity collection was applying the changes without |
| 12 | + filtering according to the entity. It will now throw a |
| 13 | + NotSupportedException. |
| 14 | + |
| 15 | +** Bug |
| 16 | + |
| 17 | + * #2020 Throw for DML on filter |
| 18 | + * #2011 Use a statically resolved dialect when building the session factory |
| 19 | + |
| 20 | +** Task |
| 21 | + |
| 22 | + * #2030 Release 5.2.4 |
| 23 | + |
| 24 | +As part of releasing 5.2.4, a missing 5.2.0 possible breaking change has been added about |
| 25 | +property-ref on null values. See 5.2.0 possible breaking changes. |
| 26 | + |
1 | 27 | Build 5.2.3
|
2 | 28 | =============================
|
3 | 29 |
|
@@ -74,6 +100,9 @@ Release notes - NHibernate - Version 5.2.0
|
74 | 100 | IDictionary is no more supported.
|
75 | 101 | * Querying a dynamic entity as a Hashtable instead of an IDictionary is no more
|
76 | 102 | supported.
|
| 103 | + * A collection mapped with a `property-ref` will no more support being accessed |
| 104 | + when the referenced property is null. It will throw. Previously, the collection |
| 105 | + was not throwing but was always loaded empty. |
77 | 106 | * With PostgreSQL, a HQL query using the bitwise xor operator "^" or "bxor"
|
78 | 107 | was exponentiating the arguments instead. It will now correctly apply the xor
|
79 | 108 | operator. (# operator in PostgreSQL SQL.)
|
|
0 commit comments