]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- PG Index reflection won't fail when an index with
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Feb 2009 00:22:01 +0000 (00:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Feb 2009 00:22:01 +0000 (00:22 +0000)
commit1c751e3ddb4768b2ba916da9bc1354887077889a
tree3116b013e3f0dc76329420d5a50436caef3a5bfb
parent76e001d39ece09227e4ca7e4ac0fa075cfc8de57
- PG Index reflection won't fail when an index with
multiple expressions is encountered.
CHANGES
lib/sqlalchemy/databases/postgres.py
test/dialect/postgres.py