> I tried the following 
>
> query = db.orders.id_buyer == auth.user_id
> query1 = query & (db.orders.status == status)
>
> On printing query1, it will print "False", while I want something like
>
> print db(query1).count()
>
> Right now, type command returns the following for query and query1. I want 
> query1 to be a Class 
>
> <class 'gluon.dal.Query'>
> <type 'bool'>
>

Are you sure the above is your exact code? I tried the same and cannot 
reproduce your results (both are gluon.dal.Query objects).

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to