]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reflection process always resets the primary key constraint
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 20:57:08 +0000 (15:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 20:57:08 +0000 (15:57 -0500)
commitdf9e3f2fb9804486e2e95bff2f4d2b52fff776c2
tree5497d7a33b2de1580a7d7d2ed4b96934b67a508a
parentcf41a6a04116f2ca40771aa1d69b81fd67b918f0
- reflection process always resets the primary key constraint
first, fixes extend_existing
lib/sqlalchemy/schema.py
test/engine/test_reflection.py