The diffs are a little hard when you're not sure where the line breaks
are (and the cascade all appears to be on the wrong line to me) but
just for my own sanity, you're saying that:

mapper(Item, items,
properties={'keywords':relation(KeywordAssociation,
cascade="all,delete-orphan")})

is equivalent to:

mapper(Item, items, properties={'keywords'
:relation(KeywordAssociation, association=Keyword)})

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

Reply via email to