]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] When the primary key column of a Table
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 16:51:24 +0000 (12:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 16:51:24 +0000 (12:51 -0400)
commit152163b3336970460b605fc2a79766d94f467f8d
treea5e1014cdb244ee792ccdf7447a61b747d1bb7f1
parente354dd10f8c3cc19e9cb3a6536f98798ba3538f1
  - [bug] When the primary key column of a Table
    is replaced, such as via extend_existing,
    the "auto increment" column used by insert()
    constructs is reset.  Previously it would
    remain referring to the previous primary
    key column.  [ticket:2525]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/util/langhelpers.py
test/sql/test_metadata.py