]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix indexes reflection in PostgreSQL
authorRoman Podolyaka <roman.podolyaka@gmail.com>
Wed, 26 Jun 2013 04:53:26 +0000 (07:53 +0300)
committerRoman Podolyaka <roman.podolyaka@gmail.com>
Wed, 26 Jun 2013 05:31:33 +0000 (08:31 +0300)
commit0333ee23d3fb88ed032ff61d011020f847a3afa4
treecc326e8cab93f7851d14bfd7dd9a1a356c9b59c6
parent11447041804dd39d05684c7809971a253c800cba
Fix indexes reflection in PostgreSQL

Reflection of indexes must preserve the order of columns.

Fixes issue 2767.
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/testing/suite/test_reflection.py