]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Column calls _set_parent() on child items within the constructor, so that the Column...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Jun 2009 20:31:01 +0000 (20:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Jun 2009 20:31:01 +0000 (20:31 +0000)
commitaadb45612034d00874c7be405d3c78403f883c9d
treeb97f1606befb488285f504295ee19687d0a5e30a
parent50d358a4909c559ca4c3febcc6e52e4c33852922
Column calls _set_parent() on child items within the constructor, so that the Column is easily
navigable before table attachment.  helps migrate.
lib/sqlalchemy/schema.py
test/orm/test_eager_relations.py
test/sql/test_constraints.py