From: Mike Bayer Date: Tue, 14 Feb 2006 02:40:07 +0000 (+0000) Subject: comment X-Git-Tag: rel_0_1_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git comment --- diff --git a/lib/sqlalchemy/mapping/properties.py b/lib/sqlalchemy/mapping/properties.py index 3a319703da..6edb157420 100644 --- a/lib/sqlalchemy/mapping/properties.py +++ b/lib/sqlalchemy/mapping/properties.py @@ -114,8 +114,10 @@ class PropertyLoader(MapperProperty): self.secondaryjoin = secondaryjoin self.post_update = post_update - # a list of columns representing "the other side" - # of the relationship + # would like to have foreignkey be a list. + # however, have to figure out how to do + # in , since column overrides the == operator or somethign + # and it doesnt work self.foreignkey = foreignkey #util.to_set(foreignkey) if foreignkey: self.foreigntable = foreignkey.table