>
> I see, but I need a proper shallow copy instead, with every
> attribute.. Is there no way? :/
>
> What is missed?
I am not sure what you mean by shallow copy. The fact that there are
relations to be lazy loaded is present in the new object when instantiated.
Obviously the objects pointed to by the relation are not copied, but I would
call that a deep copy, and to do that you would need to iterate over them
also.

--~--~---------~--~----~------------~-------~--~----~
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