]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improve overloads applied to generic functions
authorFederico Caselli <cfederico87@gmail.com>
Mon, 24 Mar 2025 20:50:45 +0000 (21:50 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 25 Mar 2025 22:39:05 +0000 (23:39 +0100)
commit5cc6a65c61798078959455f5d74f535681c119b7
tree393e8437d0d97cb4074afbe8fd930947477b05b2
parent543acbd8d1c7e3037877ca74a6b05f62592ef153
improve overloads applied to generic functions

try again to remove the overloads to the generic functionn
generator (like coalesce, array_agg, etc).
As of mypy 1.15 it still does now work, but a simpler version
is added in this change

Change-Id: I8b97ae00298ec6f6bf8580090e5defff71e1ceb0
lib/sqlalchemy/sql/functions.py
test/typing/plain_files/sql/functions_again.py
tools/generate_sql_functions.py