]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
backport async_fallback deprecation changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2023 16:18:52 +0000 (11:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2023 16:18:52 +0000 (11:18 -0500)
patched from 56f7b5391a34eb013fee7150a7206

Change-Id: Ida36037c629a8deed2a13e593132fcae9ceb8da0

doc/build/changelog/unreleased_20/async_fallback.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/async_fallback.rst b/doc/build/changelog/unreleased_20/async_fallback.rst
new file mode 100644 (file)
index 0000000..a0eccb5
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: change, asyncio
+
+    The ``async_fallback`` dialect argument is now deprecated, and will be
+    removed in SQLAlchemy 2.1.   This flag has not been used for SQLAlchemy's
+    test suite for some time.   asyncio dialects can still run in a synchronous
+    style by running code within a greenlet using :func:`_util.greenlet_spawn`.