Releases: yehoshuadimarsky/bcpandas
Releases · yehoshuadimarsky/bcpandas
v0.1.7 Release
to_sql
attempts to use several possible delimiters, to fix BCP not escaping delimiters with quotes- Bug fix in
to_sql
forif_exists
param iffail
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
Renamed SqlCreds method from_quantity
to from_engine
, deployment automation
v0.1.5 Release
setup.py
bug fix
v0.1.4 Release
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
Working to automate releases to GitHub, PyPI, and Conda-Forge
0.1.1
Fixed bug in __init__.py
Initial 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.