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
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
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.
3 matches
Mail list logo