Monday, September 18, 2006

web.debug

What was your create statement?

You can always put a line in like:
web.debug(web.delete('todotable',int(todo_id), _test=True))
and run the resulting query to see what's wrong. The short version
seems to be that you didn't name your column 'id'.

No comments: