]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow Grouping to pass along proxy_set of element
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jul 2020 16:36:20 +0000 (12:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jul 2020 16:36:20 +0000 (12:36 -0400)
commit30ec982ba697eb320d804164c6bc965ae239abe8
tree5250f2b709e9771543e208ef759cc5671ee397a3
parent547e959157f841f4f6d1e405ceed14755fcbd0bd
Allow Grouping to pass along proxy_set of element

Repaired an issue where the "ORDER BY" clause rendering a label name rather
than a complete expression, which is particularly important for SQL Server,
would fail to occur if the expression were enclosed in a parenthesized
grouping in some cases.   This case has been added to test support.

Fixes: #5470
Change-Id: Ie0e27c39e5d53be78b32f7810f93d2d0536375e7
doc/build/changelog/unreleased_13/5470.rst [new file with mode: 0644]
lib/sqlalchemy/sql/elements.py
test/sql/test_text.py