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