Files
sqlalchemy/test/dialect/postgresql
Mike Bayer edbf208afd 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 469931514a)
2018-08-22 17:20:00 -04:00
..