i always got the error on 1.75.5. i am upgrading to 1.76.3 and see how
it goes.
i am using sqlite and it's not for heavy usage, is it suppose to be
delay instead of return error when the db file is locked?
File "/home/web2py/gluon/sql.py", line 3042, in select
rows = response(query)
File "/home/web2py/gluon/sql.py", line 3037, in response
db._execute(query)
File "/home/web2py/gluon/sql.py", line 895, in <lambda>
self._execute = lambda *a, **b: self._cursor.execute(*a, **b)
OperationalError: database is locked
--
You received this message because you are subscribed to the Google Groups
"web2py-users" 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.