hi
lets say, A points to B.
i do a query against A about which things link to some instance of B.
then,
 1) if i specify eagerload, i get many times same object-data being 
piped from the server; ok but i dont want it
 2) if i dont specify eagerload (lazy), access to each A fires a 
lazyload-query for the (same) B! Although the object is in memory 
already. is this expected behaviour or? the relevant dbid is already 
present, hence it can be checked against session-caches etc??
what should i do here?

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to