mssql-python 1.9.0: Row-friendly Bulk Copy, smarter NULL parameters, and a more portable wheel (opens in new tab)
We just shipped mssql-python 1.9.0, the official Microsoft SQL Server driver for Python. This release focuses on day-to-day ergonomics for data loading, a long-standing correctness gap around NULL parameter binding, and a build change that makes the published wheels work on clean macOS and Linux machines. pip install --upgrade mssql-python Highlights Bulk Copy now accepts Row objects (and lists) Bulk Copy previously required tuples. In 1.9.0 you can hand it Row objects straight from a SELECT,...
Read the original article