]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug affecting PG 9 whereby index reflection rel_0_7_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 21:53:13 +0000 (17:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 21:53:13 +0000 (17:53 -0400)
commitef654af35ab2443172eb79e6f279792b72980539
treeb451a37ef81579643fb14382ee985d8477c07d8d
parent6d14c69edca24cd4d726949011831db74601782d
- Fixed bug affecting PG 9 whereby index reflection
would fail if against a column whose name
had changed.  [ticket:2141].  Also in 0.6.8.
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py