]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Type postgresql.aggregate_order_by() 12463/head
authorDenis Laxalde <denis@laxalde.org>
Tue, 18 Mar 2025 14:07:11 +0000 (15:07 +0100)
committerDenis Laxalde <denis@laxalde.org>
Wed, 9 Apr 2025 06:29:07 +0000 (08:29 +0200)
commit701d979e20c6ca3e32b79145c20441407007122f
treea1762d3f7b6ae21104ab0d4240fad8f6203091e1
parentd0bc9b206d6ab6fb87c1c294a4ae9511bc0af219
Type postgresql.aggregate_order_by()

Overloading of `__init__()` is needed, probably for the same reason as
it is in ReturnTypeFromArgs.

Related to #6810.
lib/sqlalchemy/dialects/postgresql/ext.py
test/typing/plain_files/dialects/postgresql/pg_stuff.py