[web2py] Re: _lastsql is commented out

2016-05-20 Thread Massimo Di Pierro
yes. there is an ongoing discussion due to the fact that when dal is used in other frameworks or programs which are multithreaded, _lastsql will return the last sql even if this was executed in a different thread. While not a problem in web2py it may be misleading. Feel free to expression your

[web2py] Re: _lastsql is commented out

2016-05-20 Thread Dave S
On Friday, May 20, 2016 at 11:34:07 AM UTC-7, Andrew Willimott wrote: > > Hi, > > Are we still intending to keep _lastsql functionality. It's not working > in the new pydal and I see its commented out. Was this intentional ? > > Thanks > > Andrew W > As you've seen in the developer's group, t