On 12/29/05, reflog <[EMAIL PROTECTED]> wrote: > > Ok, I'll check if I can use INNODB tables. > > Jeff, I think it is somehow related, because my app did hit exceptions > before, but it never complained about transactions...
I'm expecting to check in a change today to allow you to turn off the automatic transactions. I'd still strongly advocate using transactions and INNODB tables for any non-trivial app (transactions for data consistency's sake, and you also get row-level locking as a bonus!) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

