Skip to content

Releases: yehoshuadimarsky/bcpandas

v0.1.7 Release

15 Aug 14:10
Compare
Choose a tag to compare
  • to_sql attempts to use several possible delimiters, to fix BCP not escaping delimiters with quotes
  • Bug fix in to_sql for if_exists param if fail is passed
  • Added Caveats and Limitations section in README
  • Insulated exceptions with custom exception class, for easier testing and debugging
  • Updated tests to use Docker for local SQL Server instance
  • Fixed bugs in tests

v0.1.6 Release

07 Aug 22:31
Compare
Choose a tag to compare

Renamed SqlCreds method from_quantity to from_engine, deployment automation

v0.1.5 Release

07 Aug 19:41
Compare
Choose a tag to compare

setup.py bug fix

v0.1.4 Release

07 Aug 19:08
5c35f22
Compare
Choose a tag to compare

Working to automate releases to GitHub, PyPI, and Conda-Forge.
Fixed bug in read_sql that didn't set QUERYOUT when reading from a query.
Added constructor to SqlCreds to create from SQLAlchemy.

v0.1.3 Release

06 Aug 21:58
Compare
Choose a tag to compare

Working to automate releases to GitHub, PyPI, and Conda-Forge

0.1.1

06 Aug 02:23
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fixed bug in __init__.py

Initial Release

06 Aug 01:30
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First release. Basic functionality works well. Not all edge cases have been tested. Not benchmarked yet with large datasets. Logging output is not asynchronous yet.