]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix select.with_only_columns type hints
authorFederico Caselli <cfederico87@gmail.com>
Tue, 27 Aug 2024 18:02:00 +0000 (20:02 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 28 Aug 2024 19:52:30 +0000 (21:52 +0200)
commit73344fd0d35bd2bf4c4bb8f2a8534a97d7f241af
treeb303aadf866c1512fc4ccf0072c0c2a268073d47
parent5b117f3d4b38d12d61a39fc60582d4348232334f
Fix select.with_only_columns type hints

Fixes: #11782
Change-Id: Idce218a9730986d3ca70547c83aa1c0f8b5ee5b2
doc/build/changelog/unreleased_20/11782.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
tools/format_docs_code.py
tools/generate_proxy_methods.py
tools/generate_sql_functions.py
tools/generate_tuple_map_overloads.py
tools/trace_orm_adapter.py