]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
comment rel_0_1_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Feb 2006 02:40:07 +0000 (02:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Feb 2006 02:40:07 +0000 (02:40 +0000)
lib/sqlalchemy/mapping/properties.py

index 3a319703da6038b486824b6c79c702fabb017ec1..6edb157420ff729f9a3c71233d3f67321505790c 100644 (file)
@@ -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 
+        # <column> in <list>, since column overrides the == operator or somethign
+        # and it doesnt work
         self.foreignkey = foreignkey  #util.to_set(foreignkey)
         if foreignkey:
             self.foreigntable = foreignkey.table