[web2py] Re: web2py DAL bug: OperationalError - MySQL server has gone away while closing a connection in pool

2014-10-09 Thread Babu Annamalai
Thanks for the reply Massimo. Raised a new ticket Issue 1995 <https://code.google.com/p/web2py/issues/detail?id=1995>. On Friday, October 10, 2014 10:14:31 AM UTC+5:30, Massimo Di Pierro wrote: > > Can you please open a ticket about this? > > On Thursday, 9 October 2014 23

[web2py] web2py DAL bug: OperationalError - MySQL server has gone away while closing a connection in pool

2014-10-09 Thread Babu Annamalai
Environment: Ubuntu 12.04; Web2py 2.9.11-stable Let me describe the problem as below: - We use 2 DAL instance talking to 2 different databases, each with a connection pool of 10 - We make many frequent DAL calls using both the DAL connections which results in many objects in the

[web2py] crud+auth question

2013-01-16 Thread Babu Annamalai
I am a newbie to web2py and working out the examples on crud+auth. I did the following on the welcome app: - added a new table "test" with one text column "col1" - added the following code in db.py def give_create_permission(form): group_id = auth.id_group('user_%s' % auth.user.id) auth.