Releases: Dysnomia-Studio/Dysnomia.Common.SQL
Releases · Dysnomia-Studio/Dysnomia.Common.SQL
1.6.0
1.5.0
- .NET 8 Compat
- Upgrade dependencies
- (Internal) Improve tests & coverage
Full Changelog: 1.4.0...1.5.0
1.4.0
Full Changelog: 1.3.0...1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
Added:
- DbReaderMapper.GetUInt16()
- DbReaderMapper.GetUShort()
- DbReaderMapper.GetNullableUInt16()
- DbReaderMapper.GetNullableUShort()
- DbReaderMapper.GetUInt32()
- DbReaderMapper.GetUInt()
- DbReaderMapper.GetNullableUInt32()
- DbReaderMapper.GetNullableUInt()
- DbReaderMapper.GetUInt64()
- DbReaderMapper.GetULong()
- DbReaderMapper.GetNullableUInt64()
- DbReaderMapper.GetNullableULong()
- DbReaderMapper.GetNullableBoolean()
- DbReaderMapper.GetNullableGuid()
Improved:
- [BREAKING CHANGE] - Changed implementation of DataTableHelper.CreateDataTableFromObject()
Misc:
- Automatic CI
- Unit tests
- Added Documentation