- Notifications
You must be signed in to change notification settings - Fork10
v0.1.6-alpha
Pre-releaseCompare
Release Notes
This is the second public alpha release of the Microsoft open-source mssql-python driver!
New features
Added support for ARM64 (Windows only)
Support for (macOS and Linux support is coming soon)Added support for Microsoft Entra ID Integrated authentication and access tokens
Backward compatibility with older python versions (>=3.10)
Introduced a new SqlHandle wrapper class in ddbc_bindings.cpp to manage the lifecycle of SQL handles, including a free() method for explicit resource cleanup. This avoids nondeterministic crashes during garbage collection or shutdown.Issue##16
Issues Fixed
EntraID support using mssql-auth.dll. The file mssql-auth.dll is a dynamic link library introduced as part of Microsoft's newer authentication infrastructure for SQL Server drivers, particularly replacing the older ADAL (Azure Active Directory Authentication Library). It is used to support Microsoft Entra ID (formerly Azure AD) authentication.
A minor change to the mssql_python/type.py file. The change ensures compatibility by replacing datetime.UTC with datetime.timezone.utc in the TimestampFromTicks function. This was brought because of backward compatibility with python version 3.10.
Stay tuned for upcoming improvements and updates!
Assets4
Uh oh!
There was an error while loading.Please reload this page.