Re: [web2py] Re: DAL issue with w2p 1.91.6

2011-03-07 Thread Michael Barrow
Yeah -- I'm a loser. Sorry about that. I tracked it down to something I had been attempting to use to automatically stamp record creation and modifications. Hindsight being 20/20, I realized that I'd not fully vetted the syntax and was attempting to cram a printed object where it didn't belong. Mea

[web2py] Re: DAL issue with w2p 1.91.6

2011-03-07 Thread pbreit
Can you provide some code for us to look at?

[web2py] Re: DAL issue with w2p 1.91.6

2011-03-07 Thread Michael Barrow
To follow up, I turned on query logging in the database and it looks like when the code runs in the controller, it's trying to do an insert for all of the columns in the table and not just the ones I specified in the db.table.insert(). Any suggestions as to where I can track down what's going on he