Skip to content

Commit 543f6e7

Browse files
committed
PyODBC compatibility
1 parent 225613b commit 543f6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPI_Description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We are making progress - The Public Preview of our driver is now available! This
1313
- **Context Manager Support:** Implemented Python `with` statement support for Connection and Cursor classes with automatic transaction management and resource cleanup.
1414
- **Large Text Streaming:** Added Data At Execution (DAE) support for streaming large text parameters, eliminating memory constraints for bulk text operations.
1515
- **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.
1717

1818
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
1919

0 commit comments

Comments
 (0)