From: Michael N. <uu...@rz...> - 2002-09-18 11:59:07
|
Michael Neumann wrote: > Sean Chittenden wrote: > > > Have you tried the following? > > > > > > dbh['AutoCommit'] = false > > > > > > If this was set to false, no commit should be issued automatically! Maybe, I've found a solution. A new version of Pg.rb is appended. I cannot test it this week, so perhaps could you? I've thrown out the whole in_transaction/start_transaction stuff, and replaced it with a simple "SET AUTOCOMMIT TO ON|OFF" statement. I hope this works correctly. Regards, Michael |