On Sep 6, 2007, at 11:28 PM, Lukasz Szybalski wrote:

>
> Otherwise questions arise:
> which one do i do  filter(), filter_by(), query() select() select_by()
> Is order_by a passed in parameter or function of a filter() or query()
> or is it ?
> Why do I have to specify all()? Shouldn't  that be a default?
> What is the order of functions to call? Which one is used on what?
>
> What you guys think?
>

take a look at the ORM and SQL Expression tutorials in the 0.4 docs.   
we've simplified the methods there.

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