Releases: giannivh/DBFReader
Releases · giannivh/DBFReader
v0.2
- Striped table rows for readability.
- Table columns auto width.
- Table content now shows booleans and formatted dates.
- Fix: allow NULL values when exporting to SQL. Sometimes DBF databases have unexpected NULL values.
- Improvement: split up INSERT statements when exporting to SQL. This is much needed for big databases to prevent memory issues when importing the SQL file.
- Improvement: make sure exported strings are UTF-8 compliant.
- Some internal fixes and improvements.
- Added update checker.
Initial release
v0.1