|
| 1 | +Build 4.0.1.GA |
| 2 | +============================= |
| 3 | + |
| 4 | +** Bug |
| 5 | + * [NH-3102] - Wrong mapping produced by Map |
| 6 | + * [NH-3214] - PropertyContainerCustomizer.Bag() throws NullReferenceException when mapping a property of type IList |
| 7 | + * [NH-3575] - DefaultReadOnly not working for Future() queries |
| 8 | + * [NH-3656] - Firebird doesn't accept Currency as parameter type |
| 9 | + * [NH-3667] - MappingByCode produce wrong table field name 'idx' in Dictionary<,> mappings |
| 10 | + * [NH-3679] - SchemaExport.Create(false, false) does not write to file specified via SchemaExport.SetOutputFile |
| 11 | + * [NH-3691] - All dialect checks in NHSpecificTest.NH1487.Fixture are broken |
| 12 | + * [NH-3692] - TypedManyToOneTest is broken for Firebird |
| 13 | + * [NH-3694] - Criteria or QueryOver with join to components collection does not return data. It worked in NH 3.3. |
| 14 | + * [NH-3695] - NHSpecificTest.NH1845 fails for some Dialects |
| 15 | + * [NH-3696] - Connection pooling + Multi threraded tests |
| 16 | + * [NH-3701] - NHSpecificTest.NH2302 Fails under Firebird |
| 17 | + |
| 18 | +** Improvement |
| 19 | + * [NH-3604] - Map ByCode fails when property is protected (not public) |
| 20 | + * [NH-3687] - Change Id mapping of TimesheetEntry from native to assigned |
| 21 | + * [NH-3688] - Modify NHSpecificTest.NH1391 so that it doesn't depend on preknown id values |
| 22 | + * [NH-3690] - Add LEFT function to Firebird |
| 23 | + |
| 24 | +** Patch |
| 25 | + * [NH-3383] - Fix for multiple objects of CascadeStyle in Memory that should be singleton |
| 26 | + * [NH-3577] - Fix in SessionFactory.Statistics.LogSummary() method to show 0 milisecond as MaxQueryTime when no query was executed, instead of -922337203685477 |
| 27 | + |
| 28 | +** Task |
| 29 | + * [NH-3085] - Document enhanced id generators |
| 30 | + * [NH-3660] - Ignore Firebird in DtcFailuresFixture |
| 31 | + * [NH-3689] - Ignore Firebird in NHSpecificTest.NH1171 |
| 32 | + |
| 33 | + |
1 | 34 | Build 4.0.0.GA
|
2 | 35 | =============================
|
3 | 36 |
|
|
0 commit comments