On 1/3/06, Jeff Watkins <[EMAIL PROTECTED]> wrote: > It seems that some of the query stuff seems to be happening in the KID > processing. I have *no* idea why. I'll post the full stack trace when I > get home.
Queries can happen if you access relationship attributes from your template. There *was* a bug in the automatic transaction handling because commit/rollback happened before Kid processing. I changed this, though, so that it would happen after. > Is it possible that SQLObject is sending back a proxied query object or > something? Have you tried turning on query debugging to see exactly what SQLObject is after? It still seems like the problem has to be related to when the automatic transaction handling does its thing. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

