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
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,31 @@
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
7
-
We are making progress - The Public Preview of our driver is now available! This marks a significant milestone in our development journey. While we saw a few early adopters of our alpha release, we are introducing the following functionalities to support your applications in a more robust and reliable manner.
7
+
We are making progress - The Public Preview of our driver is now available! This marks a significant milestone in our development journey. While we saw a few early adopters of our public preview release, we are introducing the following functionalities to support your applications in a more robust and reliable manner.
8
8
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
+
-**SUSE Linux Support:** Added full support for SUSE and openSUSE distributions alongside existing other Linux distros 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 Text Streaming:** Added Data At Execution (DAE) support for streaming large text parameters (`NVARCHAR(MAX)`, `VARCHAR(MAX)`), eliminating memory constraints for bulk text `execute()` operations.
15
+
-`VARBINARY(MAX)` support to follow alongwith streaming support for fetch operations.
16
+
-**Enhanced Unicode Handling:** Improved emoji and international character support with robust UTF-16 encoding for reliable multilingual data processing.
17
+
-**PyODBC Compatibility:** Enhanced API compatibility with pyodbc including:
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
17
26
27
+
If you have any feedback, questions or need support please mail us at [email protected].
28
+
18
29
### What's Next:
19
30
20
31
As we continue to develop and refine the driver, you can expect regular updates that will introduce new features, optimizations, and bug fixes. We encourage you to contribute, provide feedback and report any issues you encounter, as this will help us improve the driver for the final release.
0 commit comments