]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Deprecate async_fallback mode
authorFederico Caselli <cfederico87@gmail.com>
Tue, 5 Dec 2023 22:18:57 +0000 (23:18 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Dec 2023 20:04:22 +0000 (15:04 -0500)
commit56f7b5391a34eb013fee7150a72062756d2da11a
tree5618684957f8f7030c31de37ace3345a98e033f8
parentdf6f3a232393a647052bf6b52d73e4529f7d69e9
Deprecate async_fallback mode

Deprecate the async_fallback mode and await_fallback function.

Additionally, this commit modifies the use of athrow
to no longer use the "util" compat function which is removed;
this has since been determined that it's not needed.

Change-Id: I37e37400b6954f5ac7c957790932838862930453
doc/build/changelog/unreleased_20/async_fallback.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/postgresql/asyncpg.py
lib/sqlalchemy/engine/create.py
lib/sqlalchemy/ext/asyncio/base.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/_concurrency_py3k.py
lib/sqlalchemy/util/compat.py
test/engine/test_deprecations.py