Releases: KoBoldMetals/simpledbf
Releases · KoBoldMetals/simpledbf
0.2.9
What's Changed
- Ensure to_csv and to_textsql output files are closed by @mattscruggs-kobold in #1
- Ensure that Dbf5 object closes its input file by @mplough-kobold in #2
- release 0.2.9 by @mattscruggs-kobold in #3
Full Changelog: 0.2.8...0.2.9
0.2.8
- Fix uncaught exception during failed datetime conversion
0.2.7
Incorporate upstream changes:
- Modification to the
to_pandassql
method to accept either a valid SQLAlchemy engine string or a SQLAlchemy Engine instance. - Change some print statements to warning statements