Thus spake Michael Bayer ([EMAIL PROTECTED]):
> > > if theres a bug, its that your mapper setup doesnt raise an error, > since you are creating two conflicting "category" properties on your > Item mapper. in practice, the "category" backref corresponding to > the "two" collection is probably wiping out the one corresponding to > the "one" collection. so you append "item" to collection "one" on > category "c"; the backref for "item.category=c" gets fired off; that > then fires off *its* backref which says, "append to collection two". <snip explanation> Thanks, Michael. That's clarified things... Cheers, Aldo -- Aldo Cortesi [EMAIL PROTECTED] http://www.nullcube.com Mob: 0419 492 863 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
