]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix Existing.select_from type definition
authorFederico Caselli <cfederico87@gmail.com>
Tue, 12 Sep 2023 20:08:25 +0000 (22:08 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 12 Sep 2023 20:08:25 +0000 (22:08 +0200)
commitbb4fb3d477a968115716fdff4ce837cdde357353
tree845e1b76adc1c2094d36597dfb719cd4f57368b3
parent7fdaf711dc6bd578f7becf45526dce70f523890d
Fix Existing.select_from type definition

Fixed typing issue with :meth:`_sql.Existing.select_from` that
prevented its use with ORM classes.

Fixes: #10337
Change-Id: I4324c09054803f0b1ae7c4bde202cad0b55e1a4f
doc/build/changelog/unreleased_20/10337.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
test/typing/plain_files/orm/typed_queries.py