I have a legacy sqlite3 database that is tied to an application that uses 
1/0 to represent boolean values.  Sqlite doesn't have a boolean data type; 
1/0 is the conventional representation.  I want to define these fields as 
boolean in w2p so they will show up as checkboxes in SQLFORM, but when I do 
that, the values get updated as T/F, which doesn't work in my application.

Is there a way I can make these fields show up as checkboxes  in SQLFORM, 
but have the data stored as 1/0?

-- 

--- 
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/groups/opt_out.


Reply via email to