I just upgraded to 2.0.9, but had some problems with the editor, so I
upgraded to trunk (incidentally, now Ctrl-s doesn't save the file for me in
Chrome, but it works in Firefox).
A simple component that used to work now gives the error:
<type 'exceptions.SyntaxError'> invalid table name: no_table>
This is the offending code:
def contact():
form=SQLFORM.factory(
Field('your_email',requires=IS_EMAIL()),
Field('question', type='text', requires=IS_NOT_EMPTY()))
Anyone know what would cause this?
Neil
--