]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Propagate **kw in postgresql distinct on compilation
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2018 21:18:48 +0000 (17:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2018 21:20:00 +0000 (17:20 -0400)
commitedbf208afd123fe0b63e6f3808cbdf1650008aaf
treef48947c0f7418043070146a3f5309971205973da
parent202108b6550d2e89b85b617a3f76654562eba6ef
Propagate **kw in postgresql distinct on compilation

Fixed bug in PostgreSQL dialect where compiler keyword arguments such as
``literal_binds=True`` were not being propagated to a DISTINCT ON
expression.

Fixes: #4325
Change-Id: I9949387dceb7fabe889799f42e92423572368b29
(cherry picked from commit 469931514a1517dde82ba56f780c3007c66d5943)
doc/build/changelog/unreleased_12/4325.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py