]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
a simplification to syncrule generation, which also allows more flexible configuration
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Oct 2006 07:57:12 +0000 (07:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Oct 2006 07:57:12 +0000 (07:57 +0000)
commit5bb47440e03bb6ac0d3bd92eab4a6d69304ff556
tree3ed5ff419c03277cac9ebd3cfdbed4f91bac48eb
parentb7f8ca0555d207b419977ff091b25c8f1e5b6ebf
a simplification to syncrule generation, which also allows more flexible configuration
of which columns are to be involved in the synchronization via foreignkey property.
foreignkey param is a little more important now and should have its role clarified
particularly for self-referential mappers.
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/sync.py
test/orm/eagertest3.py
test/orm/relationships.py