]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Apr 2014 02:33:33 +0000 (22:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Apr 2014 02:33:33 +0000 (22:33 -0400)
commitfcda519452cf5e0cdbde7569ab32459b9f314f7a
tree4c89b5b4ca328740a83e09b5f2e2200dfc8919e8
parent9f74861d6d2962cb255887c78d5d0f4cb8891cfa
- Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"
feature from :ticket:`1068` would not apply quoting rules to the
label name as rendered in the ORDER BY.
fix #3020, re: #1068
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_quote.py