From b9b1a0b827971c3876de1665cade856e4da6ee8a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Jan 2024 20:40:16 -0500 Subject: [PATCH] changelog fixes Change-Id: Ie0e1d5d2df93e26f31004aff11196043fc665679 (cherry picked from commit 2328b5164125cb0fdb90e85f36d99ef1aa7e3705) --- doc/build/changelog/unreleased_20/10679.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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. -- 2.47.2