Re: [SQLObject] Commit on main connection

2010-02-12 Thread Oleg Broytman
On Fri, Feb 12, 2010 at 08:57:06AM -1000, John Bresnahan wrote: > I would like to disable autocommit on my underlying database connection. > What method do I use to > force a commit on the connection? I realize that a transaction object has a > commit() method, but > how do I do a similar thi

[SQLObject] Commit on main connection

2010-02-12 Thread John Bresnahan
Hello, I would like to disable autocommit on my underlying database connection. What method do I use to force a commit on the connection? I realize that a transaction object has a commit() method, but how do I do a similar thing with the connection i acquired via: sqlhub.processConnection =