Fixed. On Sunday, September 30, 2012 8:23:47 PM UTC+1, Massimo Di Pierro wrote: > > Please try again. I was messing up with trunk. > > On Sunday, 30 September 2012 12:43:16 UTC-5, Neil wrote: >> >> 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 >> >> >>
--