]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Accept multiple expressions for aggregate_order_by order_by
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Sep 2018 15:11:41 +0000 (11:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Sep 2018 15:14:45 +0000 (11:14 -0400)
commit2e0083402c18f41caab35574847042e9ffe6e368
tree506f642ab90fb40af58f356574fb05646f8a1f3f
parentc9aab727c5bb8fffc9b9830a385524f8db3aac0c
Accept multiple expressions for aggregate_order_by order_by

Added support for the :class:`.aggregate_order_by` function to receive
multiple ORDER BY elements, previously only a single element was accepted.

Fixes: #4337
Change-Id: I411ac31697a0d65b568ad65ce5b5181717afbd65
(cherry picked from commit b7ba3f0d9395236cbf05f830d82f6494163d1dfb)
doc/build/changelog/unreleased_12/4337.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/ext.py
test/dialect/postgresql/test_compiler.py