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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We are making progress - The Public Preview of our driver is now available! This
13
13
-**Context Manager Support:** Implemented Python `with` statement support for Connection and Cursor classes with automatic transaction management and resource cleanup.
14
14
-**Large Text Streaming:** Added Data At Execution (DAE) support for streaming large text parameters, eliminating memory constraints for bulk text operations.
15
15
-**Enhanced Unicode Handling:** Improved emoji and international character support with robust UTF-16 encoding for reliable multilingual data processing.
16
-
-**PyODBC Compatibility:** Added standard exception classes and improved API consistency for seamless migration from pyodbc.
16
+
-**PyODBC Compatibility:** Added standard exception classes (`connection.Error`, `connection.ProgrammingError` etc.), context manager support (`with` statements), and encoding configuration APIs (`setencoding()`, `getencoding()`, `setdecoding`, `getdecoding`) for seamless migration from pyodbc.
17
17
18
18
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
0 commit comments