> > one2many are the tricky ones - there's no "copy" as semantics,
> > there's "move".
>
> Say again? I can't (shallow) copy one-to-many object to another? Or
> do you mean: I can't copy it to another object, modify it and then
> copy it back?
shallow? 
if A points to B1, copying B1 to B2 is ok, but u lose the B2<-A 
link...
u can make many copies of A, each pointing to B1, but not the other 
way...

ah, nevermind.

--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to