]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed "table" argument on constructor of ForeginKeyConstraint
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Apr 2010 04:14:21 +0000 (00:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Apr 2010 04:14:21 +0000 (00:14 -0400)
commitff194921603a29d7e4c49b44dc554ff9180580c0
tree8dacb7b4fa38c813b0bee746124ede9099a08dac
parent7b86a06d2d7e3e4d7e6b822f19d5085dfd948e09
- Fixed "table" argument on constructor of ForeginKeyConstraint
[ticket:1571]
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py