]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where updated PG index reflection as a result of
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2015 20:50:32 +0000 (16:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2015 20:50:32 +0000 (16:50 -0400)
commit4b164935481c44c126500761f873c5b0c5bdbe80
tree6ede09bfddf57399f491ae2d9176785a4d70acbc
parent5ed49f38c372360dbbe5c9e0c0e8fc502d034c0c
- Fixed bug where updated PG index reflection as a result of
:ticket:`3184` would cause index operations to fail on Postgresql
versions 8.4 and earlier.  The enhancements are now
disabled when using an older version of Postgresql.
fixes #3343
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py
test/requirements.py