Re: [dabo-users] requery() - strange behaviour in web environment

2011-10-26 Thread Paul McNett
On 10/25/11 10:51 PM, Vineet Deodhar wrote: >> > Traceback (most recent call last): >> > File "gluon/restricted.py", line 194, in restricted >> > File "F:/web2py/applications/payroll/controllers/empmast.py" >> > , line 161, in >> > File "gluon/globals.py", line 149, in >> > File "F:/web2py/ap

[dabo-users] log INSERT statements

2011-10-26 Thread Rand Batchelder
I am trying to debug an appwizard application. It is not saving new records. I am using an sqlite table with an autoincrement PK. I can see the select statements on the console but not any INSERT statements. Are INSERT statments displayed on the console ? --- StripMime Report -- processed MIME p

Re: [dabo-users] log INSERT statements

2011-10-26 Thread Paul McNett
On 10/26/11 8:36 AM, Rand Batchelder wrote: > I am trying to debug an appwizard application. > It is not saving new records. > I am using an sqlite table with an autoincrement PK. Sounds normal. Is it saving non-new records? IOW, is it doing UPDATE statements when you make a change to an existin

Re: [dabo-users] log INSERT statements

2011-10-26 Thread Ed Leafe
On Oct 26, 2011, at 11:04 AM, Paul McNett wrote: >> I can see the select statements on the console but not any INSERT statements. >> Are INSERT statments displayed on the console ? > > When you have the dbActivityLog directed to the console, you should see all > UPDATE, > INSERT, SELECT, and DE

Re: [dabo-users] log INSERT statements

2011-10-26 Thread John Fabiani
On Wednesday, October 26, 2011 09:21:40 am Ed Leafe wrote: > > When you have the dbActivityLog directed to the console, you should see > > all UPDATE, INSERT, SELECT, and DELETE statements. > > To do this, run your app, and then open up a Command Window. Run these > commands: > > import lo

Re: [dabo-users] log INSERT statements

2011-10-26 Thread Nate Lowrie
On 10/26/2011 12:35 PM, John Fabiani wrote: > That's nice. Maybe it should be on the wiki. Definitely. We need a logging page in general. Regards, Nate ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mailman/listi