On Monday, January 14, 2008 10:59:17 AM UTC-5, Michael Bayer wrote:

>
> On Jan 14, 2008, at 10:45 AM, maxi wrote:
>
> >
> > Thaks for your help.
> >
> > Can you post an example over how to use filter and filter_by in new
> > sqlalchemy versions?
>
http://docs.sqlalchemy.org/en/rel_0_8/orm/query.html#sqlalchemy.orm.query.Query.filter_by
 

Docs are good but for the very lazy :)

filter_by(name = 'Dan') or filter(User.name == 'Dan')

>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to