DbfDataReader Versions Save

DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files

v0.9.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/yellowfeather/DbfDataReader/compare/v0.8.0...v0.9.0

v0.8.0

2 years ago
  • 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

3 years ago
  • adds net48 target framework

v0.6.0

3 years ago
  • drops net461 target framework
  • updates target framework to netstandard2.1
  • uses ReadOnlySpan

v0.5.8

3 years ago
  • adds implemention of GetSchemaTable to DbfDataReader

v0.5.7

3 years ago
  • adds benchmarks
  • improves performance by reading a record into memory

v0.5.6

3 years ago
  • bumps dependencies #65 #74 #87 #102
  • updates target frameworks to net461 and netstandard2.0 #48
  • updates file access permissions #77

0.5.5

3 years ago
  • 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

4 years ago
  • return null if date string is invalid, thanks to @W357

0.5.3

4 years ago

Implements IDataReader.GetFieldType thanks to @blongen1