]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Type postgresql.aggregate_order_by()
authorDenis Laxalde <denis@laxalde.org>
Wed, 9 Apr 2025 07:04:20 +0000 (03:04 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 9 Apr 2025 07:04:20 +0000 (03:04 -0400)
commit09c1d3ccaccd93e0b8affa751c40c250aeedbaa5
treef188768434fee11031d092c6239d497a25d66337
parentd5a913c8aefad763539f8fd88b99118bcabb19a2
Type postgresql.aggregate_order_by()

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

Related to #6810.

Closes: #12463
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12463
Pull-request-sha: 701d979e20c6ca3e32b79145c20441407007122f

Change-Id: I7e1bb4d2c48dfb3461725c7079aaa72c66f1dc03
lib/sqlalchemy/dialects/postgresql/ext.py
test/typing/plain_files/dialects/postgresql/pg_stuff.py