Hi all,

I have an entity fetched from the database.
Now I want to load its related entities recursively to be sure to have all 
reconstructed and living in the session.
I need this in order to expunge them and add them to another session.

joinedload(*) with appropiate join_depth settings in the relations takes 
too long and needs alot of memory.

Is there an option to do that implicitly on a loaded entity, because I do 
not want to invoke each single relation to load it explicitly?

Cheers,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/u0x0m3XEhXIJ.
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