I'll give that a try. I did try porting the database over from django so I'm guessing that's probably the issue.
On Mon, Jan 9, 2017 at 3:49 PM, Niphlod <[email protected]> wrote: > did you try dropping the databae and letting web2py recreate it ? sqlite > doesn't go well with fields altering their type "afterwards" (i.e. maybe > you created it as a string and then turned into a boolean) > > > On Monday, January 9, 2017 at 9:17:19 PM UTC+1, LoveWeb2py wrote: >> >> 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 a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/web2py/IV2pgqH5lfc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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.

