Skip to content

1.2.0

Compare
Choose a tag to compare
@Elanis Elanis released this 24 Jun 19:56

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