|
| 1 | +Build 5.2.5 |
| 2 | +============================= |
| 3 | + |
| 4 | +Release notes - NHibernate - Version 5.2.5 |
| 5 | + |
| 6 | +5 issues were resolved in this release. |
| 7 | + |
| 8 | +** Bug |
| 9 | + |
| 10 | + * #2075 Missing cast when comparing a guid and string columns in SAP SQL Anywhere |
| 11 | + * #2046 Fix nullable Guid ToString is not translated correctly on some dialects |
| 12 | + * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition |
| 13 | + * #2040 Incorrect SQL when comparing a guid and string column in Sql Server |
| 14 | + |
| 15 | +** Task |
| 16 | + |
| 17 | + * #2086 Release 5.2.5 |
| 18 | + |
1 | 19 | Build 5.2.4
|
2 | 20 | =============================
|
3 | 21 |
|
@@ -324,6 +342,24 @@ Release notes - NHibernate - Version 5.2.0
|
324 | 342 | As part of releasing 5.2.0, a misnamed setting in 5.0.0 release notes has been fixed:
|
325 | 343 | transaction.use_connection_on_system_events correct name is transaction.use_connection_on_system_prepare
|
326 | 344 |
|
| 345 | +Build 5.1.5 |
| 346 | +============================= |
| 347 | + |
| 348 | +Release notes - NHibernate - Version 5.1.5 |
| 349 | + |
| 350 | + ##### Possible Breaking Changes ##### |
| 351 | + * Using DML on an entity collection was applying the changes without |
| 352 | + filtering according to the entity. It will now throw a |
| 353 | + NotSupportedException. |
| 354 | + |
| 355 | +** Bug |
| 356 | + |
| 357 | + * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition |
| 358 | + * #2020 Throw for DML on filter |
| 359 | + |
| 360 | +** Task |
| 361 | + * #2074 Release 5.1.5 |
| 362 | + |
327 | 363 | Build 5.1.4
|
328 | 364 | =============================
|
329 | 365 |
|
@@ -569,6 +605,24 @@ Release notes - NHibernate - Version 5.1.0
|
569 | 605 | As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
|
570 | 606 | queries. See 5.0.0 possible breaking changes.
|
571 | 607 |
|
| 608 | +Build 5.0.7 |
| 609 | +============================= |
| 610 | + |
| 611 | +Release notes - NHibernate - Version 5.0.7 |
| 612 | + |
| 613 | + ##### Possible Breaking Changes ##### |
| 614 | + * Using DML on an entity collection was applying the changes without |
| 615 | + filtering according to the entity. It will now throw a |
| 616 | + NotSupportedException. |
| 617 | + |
| 618 | +** Bug |
| 619 | + |
| 620 | + * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition |
| 621 | + * #2020 Throw for DML on filter |
| 622 | + |
| 623 | +** Task |
| 624 | + * #2073 Release 5.0.7 |
| 625 | + |
572 | 626 | Build 5.0.6
|
573 | 627 | =============================
|
574 | 628 |
|
|
0 commit comments