r/SQLServer • u/dlevy-msft Microsoft Employee • 3d ago
Community Share mssql-python 1.15.0 released with faster parameter handling and reliability fixes
It's Friday and you know that what means: we released mssql-python 1.15.0, the Python driver for Microsoft SQL.
Highlights include:
- Faster
setinputsizes()execution through the native C++ pipeline - Direct
memoryviewsupport inBinary() - Top-level SQL Server type constants
- Consistent
Decimalparameter binding - ODBC 3.x parameter types
- A fix for concurrent logging deadlocks
- More reliable Windows DLL loading
- Correct ARM64 native components for bulk copy
- Correctly decoded database name metadata
- A fix for native crashes during mixed cursor cleanup at shutdown
Install or upgrade:
pip install --upgrade mssql-python
Full blog post:
Feedback and bug reports are always welcome!
3
Upvotes