From 4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 14 Feb 2006 02:40:07 +0000 Subject: [PATCH] comment --- lib/sqlalchemy/mapping/properties.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.2