From: Mike Bayer Date: Wed, 3 Jan 2024 01:40:16 +0000 (-0500) Subject: changelog fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2328b5164125cb0fdb90e85f36d99ef1aa7e3705;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog fixes Change-Id: Ie0e1d5d2df93e26f31004aff11196043fc665679 --- diff --git a/doc/build/changelog/unreleased_20/10679.rst b/doc/build/changelog/unreleased_20/10679.rst index 485a87ea75..835b626e98 100644 --- a/doc/build/changelog/unreleased_20/10679.rst +++ b/doc/build/changelog/unreleased_20/10679.rst @@ -2,7 +2,9 @@ :tags: oracle, asyncio :tickets: 10679 - Added support for :ref:`oracledb` in async mode. - The current implementation has some limitation, preventing - the support for :meth:`_asyncio.AsyncConnection.stream`. - Improved support if planned for the 2.1 release of SQLAlchemy. + Added support for :ref:`oracledb` in asyncio mode, using the newly released + version of the ``oracledb`` DBAPI that includes asyncio support. For the + 2.0 series, this is a preview release, where the current implementation + does not yet have include support for + :meth:`_asyncio.AsyncConnection.stream`. Improved support is planned for + the 2.1 release of SQLAlchemy.