]> 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:38 +0000 (20:21 -0400)
commit70fdd3efa7a9a9a0fcf6cebf0853c44f04cf9a04
treeedaa5a4a8cc83e74e0e314c917e93599a2513d8f
parentd8c17e2a6f41d0aad331678e916f1aa4f07e4f7b
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