You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py Web Framework
Hi Massimo,
Setting a field to Boolean type in the model actually creates a CHAR
(1) field in the backend database (instead of BOOLEAN). This occurs
in sqlite as well as postgresql - ver:745 of source.
JC
mdipierro
unread,
Feb 23, 2009, 5:32:31 PM2/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py Web Framework
That's what web2py does. T or F as opposed to 1 and 0. You can argue
both ways but not all database backend support boolean and when they
do they may have odd behaviour (like NULL value not allowed). This a
feature not a bug. ;-)
Massimo
Jose C
unread,
Feb 23, 2009, 5:42:49 PM2/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message