]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Repaired the table.tometadata() method so that a passed-in
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Nov 2008 16:19:24 +0000 (16:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Nov 2008 16:19:24 +0000 (16:19 +0000)
commit8a04f997843b87a426ee4821dc31c35acfc90a3c
tree7bc714115718b3ebe0f4e428a7610c2dbf20207f
parentc3352e5542001d1a5614af260d74ad8757a59f26
- Repaired the table.tometadata() method so that a passed-in
schema argument is propigated to ForeignKey constructs.
CHANGES
lib/sqlalchemy/schema.py
test/engine/metadata.py