]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix unique constraints reflection in PostgreSQL
authorRoman Podolyaka <roman.podolyaka@gmail.com>
Sat, 22 Jun 2013 12:57:03 +0000 (15:57 +0300)
committerRoman Podolyaka <roman.podolyaka@gmail.com>
Sun, 23 Jun 2013 10:35:19 +0000 (13:35 +0300)
commit3a80bf0d504ccc1e198249be27d87a6045c39ee4
treece02249b36a2583ec4912abb0cf86ec36652d6c2
parent1ad06ea42c69c10f18c5d43d4d4a68223cbef52e
Fix unique constraints reflection in PostgreSQL

Reflection of unique constraints must preserve the order of columns.
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/testing/suite/test_reflection.py