Skip to content

Commit 424be1b

Browse files
committed
RELEASE: 0.10.0
1 parent 543f6e7 commit 424be1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

PyPI_Description.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ 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 (`connection.Error`, `connection.ProgrammingError` etc.), context manager support (`with` statements), and encoding configuration APIs (`setencoding()`, `getencoding()`, `setdecoding`, `getdecoding`) for seamless migration from pyodbc.
16+
- **PyODBC Compatibility:** Enhanced API compatibility with pyodbc including:
17+
- DB-API 2.0 exception classes: `Warning`, `Error`, `InterfaceError`, `DatabaseError`, `DataError`, `OperationalError`, `IntegrityError`, `InternalError`, `ProgrammingError`, `NotSupportedError`
18+
- Context manager support with `with` statements for Connection and Cursor
19+
- Encoding configuration APIs: `setencoding()`, `getencoding()`, `setdecoding()`, `getdecoding()`
1720

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

0 commit comments

Comments
 (0)