]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow using AsyncEngine in compile
authorEugene Toder <eltoder@gmail.com>
Mon, 11 Mar 2024 11:42:47 +0000 (07:42 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 11 Mar 2024 20:45:16 +0000 (21:45 +0100)
commited3fa95e1671f3d920068f6bd36d23b98f9533bd
tree7fec9934e602c76a39877dc0f3bb76bf2983c7eb
parent07b8c4ba5655c5b95bd839732a291707654bf113
Allow using AsyncEngine in compile

This works, so only need to update the type annotation.

This pull request is:

- [x] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed

Closes: #11103
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11103
Pull-request-sha: ba9e61a3902d5666a5176aedd50afe8ae7762bff

Change-Id: I3d08b930a8cae0539bf9b436d5e806d8912cdee0
(cherry picked from commit d2a743d0bcd88129f571f2256cd18f1b02036fd2)
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/ext/asyncio/engine.py
lib/sqlalchemy/sql/_typing.py
lib/sqlalchemy/sql/elements.py
test/ext/asyncio/test_engine_py3k.py
test/typing/plain_files/engine/engines.py
test/typing/plain_files/ext/asyncio/engines.py