]> 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>
Thu, 3 Apr 2025 18:00:23 +0000 (20:00 +0200)
commit25558376887903302886e6539903126ca881769d
tree138992ff6cda2d7ed40f39f3da4606f70bbd85c7
parent0f90792d8deae227b2f7ba7b1259d9f2d791f426
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
(cherry picked from commit 5cc6a65c61798078959455f5d74f535681c119b7)
lib/sqlalchemy/sql/functions.py
test/typing/plain_files/sql/functions_again.py
tools/generate_sql_functions.py