]> 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)
commit1a03276d199b1af3f7a301cb84e488cbecc1ccce
treeace89ec23ebf1ee6e6cfbdd3cd76d40e8d4ac186
parenteb58f9169677b4630a5868ac65a07f9b17533c87
- [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