Re: [web2py] unable to drop table

2013-01-19 Thread Bruno Rocha
Is it the web shell? (if yes, its buggy) --

[web2py] unable to drop table

2013-01-19 Thread greaneym
Hi, I am using stable web2py, with sqlite db and trying to drop a table. In the shell, I connect to the db, then In [6] : print db._uri sqlite://storage.sqlite In [7] : print db._dbname sqlite In [8] : print db.tables ['auth_user', 'auth_group', 'auth_membership', 'auth_permission', 'auth_even