]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve error message when inspecting async proxies
authorFederico Caselli <cfederico87@gmail.com>
Fri, 27 Aug 2021 19:50:01 +0000 (21:50 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Aug 2021 18:19:36 +0000 (14:19 -0400)
commit1798c3cf1c407ba2a05855e97ae39997f213084d
treed6a171e80b6b988f089c574320ec7a916245ad2c
parent9131a5208f28ea3c2991c2b05873a495c1a9c851
Improve error message when inspecting async proxies

Provide better error message when trying to insepct and async engine
or asnyc connection.

Change-Id: I907f3a22c6b76fe43df9d40cb0e69c57f74a7982
doc/build/errors.rst
doc/build/orm/extensions/asyncio.rst
lib/sqlalchemy/ext/asyncio/base.py
lib/sqlalchemy/ext/asyncio/engine.py
test/ext/asyncio/test_engine_py3k.py
test/ext/asyncio/test_session_py3k.py