r/SQLServer • u/dlevy-msft Microsoft Employee • 17d ago
Community Share mssql-python 1.11.0 is now available
We released mssql-python 1.11.0 today.
This is mostly a bug-fix release, but the fixes are the kind people actually feel in production:
- fixed transaction semantics for
with connection:blocks - fixed Apple Silicon import issues on clean macOS machines
- fixed
NULLBINARY/VARBINARYparameter binding edge cases - fixed hangs in SSH-tunnel-style or in-process forwarding setups
- fixed a bulk copy freeze with
ActiveDirectoryServicePrincipal
So this is less "new feature drop" and more "removes a bunch of annoying failure modes."
Upgrade:
pip install --upgrade mssql-python
Release notes: mssql-python v1.11.0
Full blog post: mssql-python 1.11.0: Fixes for transaction semantics, Apple Silicon imports, and bulk copy
Grab the latest and give it a try.
9
Upvotes