On Tuesday, March 20, 2012 2:30:08 PM UTC-4, Rick Ree wrote:
>
> In case anyone else is using this, I found that 1.99.7 requires a change
> at line 78:
>
> #rows = self.select(query, ['id'], {})
> rows = self.select(query, [table['id']], {})
>
Please note that there is a ticket tracking this (with interesting
changes):
Issue 354 <http://code.google.com/p/web2py/issues/detail?id=354>: Database
audit implementation / generalized web2py+dal triggers
I am adding your text as a comment there and a link back here.