]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow using AsyncEngine in compile
authorEugene Toder <eltoder@users.noreply.github.com>
Tue, 5 Mar 2024 18:25:34 +0000 (13:25 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 18:25:34 +0000 (13:25 -0500)
commite44a56f4cb37a2b57168ebf48a9b9683cd51a8ef
tree034bb1369252592e48fc5e74f316658c1184ca8b
parent1295731364965e81a4ab76415e7baa3137b68917
Allow using AsyncEngine in compile

This works, so only need to update the type annotation.
lib/sqlalchemy/sql/elements.py