Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v0.1.6-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
Loading
@sumitmsftsumitmsft released this 15 May 17:00

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
Loading

[8]ページ先頭

©2009-2025 Movatter.jp