You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyPI_Description.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# mssql-python
2
2
3
-
This is a new Python driver for Microsoft SQL Server currently in Alpha phase.
3
+
This is a new Python driver for Microsoft SQL Server currently in Public Preview phase.
4
4
5
5
## Public Preview Release
6
6
@@ -9,9 +9,11 @@ We are making progress - The Public Preview of our driver is now available! This
9
9
### What's Included:
10
10
11
11
- Everything from previous releases
12
-
-**Alpine Linux Support:** Added full support for Alpine Linux distribution (musllinux) with specialized driver handling and fixes for musl libc compatibility.
13
-
-**Connection Management Improvements:** Fixed autocommit to be False by default and added automatic rollback on connection close for better transaction control.
14
-
-**PyODBC Compatibility:** Enhanced type objects and constructor compatibility with pyodbc for seamless migration and interoperability.
12
+
-**Linux Platform Expansion:** Added full support for SUSE and openSUSE distributions alongside existing Alpine Linux support, broadening enterprise Linux compatibility.
13
+
-**Context Manager Support:** Implemented Python `with` statement support for Connection and Cursor classes with automatic transaction management and resource cleanup.
14
+
-**Large Data Streaming:** Added Data At Execution (DAE) support for streaming large text and binary parameters, eliminating memory constraints for bulk operations.
15
+
-**Enhanced Unicode Handling:** Improved emoji and international character support with robust UTF-16 encoding for reliable multilingual data processing.
16
+
-**DB-API 2.0 Compliance:** Added standard exception classes and improved API consistency for seamless migration from other Python database drivers.
15
17
16
18
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
0 commit comments