On 12/1/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > This takes care of two in one: > http://trac.turbogears.org/turbogears/ticket/80 > http://trac.turbogears.org/turbogears/ticket/85 > > The change that I made *should* work fine whether an application is > using SQLObject or not. > > If I recall correctly, MySQL with MyISAM tables will ignore all of the > chatter about transactions and just go ahead and run the queries, > right? That's how I remember things. I just want to be sure that > people won't get errors from this.
The docs imply it should, but when I was porting some PostgreSQL code to MySQL [1], it choked on the transaction statements and I had to take them out. [1] The session2 session store at http://quixote.idyll.org/session2/ -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

