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. So, in a nutshell, starting with 259 you probably won't need to use the hub from your controllers any more. If you use the database, you'll get a transaction for each request and it will be committed if all is well or rolled back if there's an exception other than a redirect. Kevin On 12/1/05, Jared Kuolt <[EMAIL PROTECTED]> wrote: > > Does this [1] mean this issue is fixed? > > http://trac.turbogears.org/turbogears/changeset/259 > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

