On 8/1/07, Gaetan de Menten <[EMAIL PROTECTED]> wrote:
>
> On 8/1/07, Alexandre CONRAD <[EMAIL PROTECTED]> wrote:
>
> > I'm realizing that I've been using .list() to query objects. But all the
> > examples in the docs talk about .all().
> >
> > What's the difference ? Should I switch to .all() rather than .list() ?
>
> > Will list be deprecated in 0.4 ?
>
> Exactly. list() is the old way, all() is the 0.4 way.

.list() is the "old new" way, or short-lived new way.  .all() is the
"real" new way.

-- 
Mike Orr <[EMAIL PROTECTED]>

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