Re: Transactions: DBI vs. SQL

2006-03-26 Thread Tom Mornini
You need to turn AutoCommit off with: my $dbh = DBI-connect('dbi:Pg:dbname=test', 'postgres', '...', { PrintError = 1, RaiseError = 0, AutoCommit = 0 }); -- -- Tom Mornini On Mar 25, 2006, at 3:24 PM, John Siracusa wrote: I expect the following two pieces of

Re: Transactions: DBI vs. SQL

2006-03-26 Thread Martin J. Evans
Tom Mornini wrote: You need to turn AutoCommit off with: my $dbh = DBI-connect('dbi:Pg:dbname=test', 'postgres', '...', { PrintError = 1, RaiseError = 0, AutoCommit = 0 }); You should not have to turn autocommit off with begin_work: From the docs: Enable

bug in a OpenPower IBM 720 B

2006-03-26 Thread Jorge Valenzuela
Hello, I hava a bug/error in a OpenPower IBM 720 with Power5 processor and with LINUX SUSE Enterprise Server 9.0 Can you help me? Thank you? ___ Do You Yahoo!? La mejor conexión a Internet y b 2GB/b

Re: bug in a OpenPower IBM 720 B

2006-03-26 Thread Jonathan Leffler
On 3/25/06, Jorge Valenzuela [EMAIL PROTECTED] wrote: Hello, I hava a bug/error in a OpenPower IBM 720 with Power5 processor and with LINUX SUSE Enterprise Server 9.0 Can you help me? As I noted in the rt.cpan.org response - given the total lack of meaningful information, no-one can help

Re: Transactions: DBI vs. SQL

2006-03-26 Thread John Siracusa
On 3/26/06 4:00 AM, Martin J. Evans wrote: Tom Mornini wrote: You need to turn AutoCommit off with: my $dbh = DBI-connect('dbi:Pg:dbname=test', 'postgres', '...', { PrintError = 1, RaiseError = 0, AutoCommit = 0 }); You should not have to turn autocommit

Re: bug in a OpenPower IBM 720 B

2006-03-26 Thread Jay Strauss
On Saturday 25 March 2006 9:48 pm, Jorge Valenzuela wrote: Hello, I hava a bug/error in a OpenPower IBM 720 with Power5 processor and with LINUX SUSE Enterprise Server 9.0 Can you help me? Thank you? Its definitely the fetzer valve. You'll need a JB-12 wrench to replace it Jay