i do not know which function actually causing this problem. the application
we testing are mostly select query so most likely it's from the web2py
session update query.
in pymysql/connection.py
def commit(self):
''' Commit changes to stable storage '''
try:
self._execute_command(COM_QUERY, "COMMIT")
self.read_packet()
except:
exc,value,tb = sys.exc_info()
self.errorhandler(None, exc, value)
it's belong to commit function and we didn't do any db.commit call. a
ticket without request and session info can i assume it's web2py session
update?
On Thursday, July 18, 2013 9:40:57 PM UTC+8, Alan Etkin wrote:
>
>
> the sample from you didn't work.
>
>
> Can you post the new error output?
>
>
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.