]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where Postgresql dialect would fail to render an
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jan 2015 23:03:45 +0000 (18:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jan 2015 23:04:07 +0000 (18:04 -0500)
commit63b2c466d12f87553582d58144b3136c9e2acaf1
treeaa26aca6d3feefa02ea076a3ea0b4dee9a293c64
parentb77f0a0f7d2a4d4984efcdd8bdaae93aa0aed698
- Fixed bug where Postgresql dialect would fail to render an
expression in an :class:`.Index` that did not correspond directly
to a table-bound column; typically when a :func:`.text` construct
was one of the expressions within the index; or could misinterpret the
list of expressions if one or more of them were such an expression.
fixes #3174

(cherry picked from commit 79fa69f1f37fdbc0dfec6bdea1e07f52bfe18f7b)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py