]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed condition that occurred during reflection when a primary key
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Sep 2006 16:26:52 +0000 (16:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Sep 2006 16:26:52 +0000 (16:26 +0000)
commit8a1706b494e5e164ea584dc4a573fa0873482dc7
tree37fe5a3b5e2f1b1fbb50a131af6908d8d20e6536
parent7242a617cf749c5e43f192fd3a854237d3215623
 - fixed condition that occurred during reflection when a primary key
    column was explciitly overridden, where the PrimaryKeyConstraint would
    get both the reflected and the programmatic column doubled up
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/util.py
test/engine/reflection.py