On 1/1/06, Jeff Watkins <[EMAIL PROTECTED]> wrote: > > Because of the inability to do complex queries using SQLObject, I've > had to fall back to issuing direct SQL queries using the _connection > attribute of the model classes. However, this seems to be causing > some difficulty with transactions.
When are you doing these queries? In controller methods (and not in a filter or something)? TurboGears *should* be getting you a valid transaction on the way in and then committing or rolling back on the way out within a controller method. Are you doing any rollbacks yourself? Kevin

