The revision from 25 November works perfectly fine; however, I updated
my source today and I get this error-
Traceback (most recent call last):
File "/Users/ishbir/web2py/gluon/main.py", line 446, in wsgibase
BaseAdapter.close_all_instances(BaseAdapter.commit)
File "/Users/ishbir/web2py/gluon/sql.py", line 169, in
close_all_instances
instance._connection.close()
AttributeError: 'SQLiteAdapter' object has no attribute '_connection'
I'm using SQLite database (pretty obvious). This occurs when I access
the index page. Would love to see this fixed ASAP.