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'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---