Hello,

I'm trying to do a simple query against a sqlite3 database where the values 
are stored as 0's and 1's

All i want to do is select all values that are True or False

According to the book this should work:

db(db.table.field==True).select()

and that would return rows

however, it's returning Rows(0) (nothing)

I verified in the database that they are being stored as True/False through 
appadmin

Any thoughts on why this isn't working?

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