diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-12 20:21:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-12 20:21:18 -0400 |
| commit | a2cce1bf43552e699f2babe7e4750354f2d580fe (patch) | |
| tree | 6a51ca1dba5b26cd69770f777ba89c429cafb177 /doc | |
| parent | 9bc9d5c1068be878118202259add3c2e1bcec0cb (diff) | |
| download | sqlalchemy-a2cce1bf43552e699f2babe7e4750354f2d580fe.tar.gz | |
Parenthesis will be applied to a compound SQL expression as
rendered in the column list of a CREATE INDEX statement.
[ticket:2742]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 8de572b20..5892262b4 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,14 @@ :version: 0.8.3 .. change:: + :tags: bug, postgresql + :tickets: 2742 + :versions: 0.9.0 + + Parenthesis will be applied to a compound SQL expression as + rendered in the column list of a CREATE INDEX statement. + + .. change:: :tags: bug, sql :tickets: 2742 :versions: 0.9.0 |
