Hi,

Is there a difference between using query.get(ident) and using
query.filter(MyClass.id.in_())?  Specifically with regard to how the
mapper is used?  If I'm right in my assumption, get() uses the map to
avoid extra lookups, but I question whether the filter method is doing
the same.  If I'm correct, shouldn't there be a way to get() multiple
objects at the same time?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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