]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added table.add_is_dependent_on(othertable), allows manual
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 May 2010 19:53:18 +0000 (15:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 May 2010 19:53:18 +0000 (15:53 -0400)
commit14d523265203d21152411b5f3c18843b09b23554
tree7611c05ad118f23df00d69606bc16a553beec2ff
parentf0fa460791735cd27dc41b1ed154465ea2441be5
- Added table.add_is_dependent_on(othertable), allows manual
placement of dependency rules between two Table objects
for use within create_all(), drop_all(), sorted_tables.
[ticket:1801]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/util.py
test/engine/test_metadata.py