]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Columns in reflected primary key constraint
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 17:42:41 +0000 (13:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 17:42:41 +0000 (13:42 -0400)
commit2e72b91a0c179fda023b0487a8922fc2a1705d2a
tree740f2acd04f1e1fa1873c590832c8cce12a35b2b
parent5008021a09d53cfbb5eb680e2c78931f5680cf45
  - [bug] Columns in reflected primary key constraint
    are now returned in the order in which the constraint
    itself defines them, rather than how the table
    orders them.  Courtesy Gunnlaugur Por Briem.
    [ticket:2531].
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py