]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby replacing composite foreign key
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Aug 2010 01:30:53 +0000 (21:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Aug 2010 01:30:53 +0000 (21:30 -0400)
commit83c9b0dcdcae0e517a3055eca218e6eda61fd1fe
tree6787208f9de4ebbe470f7eb9f6e780ccdebe81c3
parent3f87c7f61d111920dd51be42b58f420d45b011ef
- Fixed bug whereby replacing composite foreign key
columns in a reflected table would cause an attempt
to remove the reflected constraint from the table
a second time, raising a KeyError.  [ticket:1865]
- fixed test of error message now that we've improved it
(didn't know that msg had an assertion)
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_reflection.py