diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-04-10 22:33:33 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-04-10 22:33:33 -0400 |
| commit | fcda519452cf5e0cdbde7569ab32459b9f314f7a (patch) | |
| tree | 4c89b5b4ca328740a83e09b5f2e2200dfc8919e8 /doc | |
| parent | 9f74861d6d2962cb255887c78d5d0f4cb8891cfa (diff) | |
| download | sqlalchemy-fcda519452cf5e0cdbde7569ab32459b9f314f7a.tar.gz | |
- 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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 578edd93f..236308325 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,14 @@ :version: 0.9.5 .. change:: + :tags: bug, sql + :tickets: 3020, 1068 + + 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. + + .. change:: :tags: feature, orm :tickets: 3017 |
