]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Parenthesis will be applied to a compound SQL expression as
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Oct 2013 00:21:18 +0000 (20:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Oct 2013 00:21:18 +0000 (20:21 -0400)
commita2cce1bf43552e699f2babe7e4750354f2d580fe
tree6a51ca1dba5b26cd69770f777ba89c429cafb177
parent9bc9d5c1068be878118202259add3c2e1bcec0cb
Parenthesis will be applied to a compound SQL expression as
rendered in the column list of a CREATE INDEX statement.
[ticket:2742]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py