http://www.sqlalchemy.org/trac/ticket/614

basically this line:
self.orig_set = []

needs to be this line:
self.orig_set = util.Set()

or certain selects will throw an error saying "list type has no
attribute 'add'"

I couldn't find a sqlalchemy-tickets list, so I thought I'd post here.

-Ian Charnas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to