Skip to content

Releases: yellowfeather/DbfDataReader

v0.9.0

12 Jun 21:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

05 Jul 11:43
Compare
Choose a tag to compare
  • fixes reading of cells with null char value #61
  • fixes handle null/empty string from BinaryReader.ReadString() #20 , #112
  • fixes reading of negative currency values #62
  • fixes reading of number columns with length > 10 #33 #98
  • fixes reading character columns with length > 255 #67
  • sets the encoding from the language driver in the DBF file #131
  • targets net5.0
  • bumps dependencies

v0.7.0

19 Feb 21:26
Compare
Choose a tag to compare
  • adds net48 target framework

v0.6.0

19 Feb 17:52
Compare
Choose a tag to compare
  • drops net461 target framework
  • updates target framework to netstandard2.1
  • uses ReadOnlySpan

v0.5.8

18 Feb 22:21
Compare
Choose a tag to compare
  • adds implemention of GetSchemaTable to DbfDataReader

v0.5.7

18 Feb 20:18
Compare
Choose a tag to compare
  • adds benchmarks
  • improves performance by reading a record into memory

v0.5.6

16 Feb 17:49
Compare
Choose a tag to compare
  • bumps dependencies #65 #74 #87 #102
  • updates target frameworks to net461 and netstandard2.0 #48
  • updates file access permissions #77

0.5.5

16 Feb 14:59
Compare
Choose a tag to compare
  • DbfDataReader now derives from IDbColumnSchemaGenerator (and supports GetColumnSchema())
  • DbfColumn now derives from DbColumn
  • renames DbfColumn.Name to ColumnName
  • renames DbfColumn.Index to ColumnOrdinal

0.5.4

02 Mar 09:25
Compare
Choose a tag to compare
  • return null if date string is invalid, thanks to @W357

0.5.3

17 Feb 22:21
cc1dfb0
Compare
Choose a tag to compare

Implements IDataReader.GetFieldType thanks to @blongen1