]> 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:32 +0000 (11:14 -0400)
commitb7ba3f0d9395236cbf05f830d82f6494163d1dfb
treed39eb1feca35b5deb96749f18096935d57bf7967
parentfb991a4474fa0d4df69af10a808fe234016c6a52
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
doc/build/changelog/unreleased_12/4337.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/ext.py
test/dialect/postgresql/test_compiler.py