El Mon, 9 Jan 2017 12:17:19 -0800 (PST)
LoveWeb2py <
atayl...@gmail.com> escribió:
Hi, this has been a headache to me in a new project, since I'm
re structuring the database and migrating data from an existing project
(some crazy thing some did in java), and booleans where 0's and 1's,
when I tried to run queries with these parameters didn't work, just
like in your case, then I realized that web2py queries are effective
with 'T' and 'F' for boolean values and now everything works.
So, is this the expected behaviour?, am I/are we missing something
about DAL?.
Just for the record, I'm not that smart, when imported backup from
table to db booleans were 0 and 1, but after editing the table in CSV
format and restoring data to table noticed the difference and booleand
were converted to T and F respectively.
Hope it helps.
Marco.