Getting the " ondelete='ignore' " away from the missing table
declaration let web2py create it.

The problem is I want the " ondelete='ignore' "to be here, so I'm
putting it back.


Another problem :
The DATE field seems to cause errors, when trying to read it. I'm
gettign an error :
<type 'exceptions.AttributeError'>('str' object has no attribute
'year')
when trying to show it in a SQLTable, or when filling a SQLForm with
an existing record.
In the Database, the field has written the date as 2007-06-05.

Err ... are DATE working correctly ?
Am I missing something (again) ?

Reply via email to