Hello,

Is there a way to tell the session to force load all the attributes of an
object during a query? (i,e even if it is already present in the Identity
Map?).

For some reason, auto_expire_on_commit, if set to True is not working well
with my app. I always do a session.query(object) before getting an object.
If there is a way to force all my queries by default to load all attributes
of the object, if would be great.

-- 
Regards,
Harish

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