]> 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:42:01 +0000 (21:42 +0100)
commitd2a743d0bcd88129f571f2256cd18f1b02036fd2
treec0156bf862eafac04a8714a58292ac09fc811efa
parent3eaff251bfffc628d15058fbc3e333f35213fad2
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
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