]> 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:38:33 +0000 (12:38 -0400)
commitd3ba45c00f83f7d57be5fb5caa7fb27f61624e28
tree05ccfe4894c07996d97bcc39ab3699463301148d
parent1fc759d3b17eafb612f072cf64d4f13a568e5281
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
(cherry picked from commit 30ec982ba697eb320d804164c6bc965ae239abe8)
doc/build/changelog/unreleased_13/5470.rst [new file with mode: 0644]
lib/sqlalchemy/sql/elements.py
test/sql/test_text.py