]> 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:03:45 +0000 (18:03 -0500)
commit79fa69f1f37fdbc0dfec6bdea1e07f52bfe18f7b
tree02fba7faed7318101abc98c17ce3fdc50ea8110e
parent41307cd7339a2a2aee0a3dd9c8b994df99d7eedb
- 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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py