let's set one thing straight. For the 3120987312-th time. Web2py DOESN'T 
inspect the database on ANY operation.

If you get what you're experiencing (web2py trying to create a table), it's 
because migrations are turned on and the relative .table file on the 
databases/ folder doesn't exist.
You get the error because of the previous reasons, plus having the table in 
the database already.

BTW: did you commit after drop()ing ?

You can also open the database file with an external program (e.g. 
sqlitebrowser) and see if the table is still there.

Or manage to drop the table right from the shell using db.executesql()

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to