On 12/1/05, Mike Orr <[EMAIL PROTECTED]> wrote: > > 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.
Bummer. I'd be interested in hearing from MyISAM users what kind of toggle switches they'll need... (ie, do they use some InnoDB and some MyISAM?) Kevin

