DenesL
unread,Mar 6, 2009, 1:16:25 PM3/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py Web Framework
using web2py trunk v772 with sqlite
db.define_table('tablex',... ,migrate=False)
...
db.tablex.drop()
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "D:\web2py\trunk\gluon\sql.py", line 1263, in drop
if self._dbt:
File "D:\web2py\trunk\gluon\sql.py", line 1049, in __getattr__
return self[key]
File "D:\web2py\trunk\gluon\sql.py", line 1032, in __getitem__
return dict.__getitem__(self, str(key))
KeyError: '_dbt'