]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
cleanup and organization of code mostly in properties, making SyncRules clearer,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2006 06:32:11 +0000 (06:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2006 06:32:11 +0000 (06:32 +0000)
commit8c018ab8fa2a9a527030c0279e7c2c5f98d18cda
tree7f073b4b510638eb46487c1f6722bde82d9912ae
parent703908caadfc2cb763e2838e4886074aef32c294
cleanup and organization of code mostly in properties, making SyncRules clearer,
also "foreignkey" property can be a list, particularly for a self-referential table with a multi-column join condition
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/util.py