Skip to content

Releases: titan550/bcpy

Bug Fix and Performance Improvements

09 May 05:33
227add3
Compare
Choose a tag to compare
  • Fixes issue with UTF-8 BOM in flat files.
  • Fixes the sqlcmd bug with Kerberos integrated authentication.
  • Removes temporary CSV file as soon as the data transfer is over to save space which is especially important when using RAM (e.g., /dev/shm).
  • Allows custom bcp batch size.

Support for Flat Files and Pandas DataFrame

06 May 13:27
35432c9
Compare
Choose a tag to compare

This version supports transferring flat files and Pandas DataFrame objects.