RE: Apache::DBI and autocommit

2000-05-17 Thread Geoffrey Young
-Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 10:32 PM To: William Deegan Cc: [EMAIL PROTECTED] Subject: Re: Apache::DBI and autocommit On Tue, 16 May 2000, William Deegan wrote: If autocommit is not set and a script exits

Re: Apache::DBI and autocommit

2000-05-17 Thread Matt Sergeant
On Tue, 16 May 2000, William Deegan wrote: Greetings, from the various perldocs and web pages I understand the following to be true. If autocommit is not set and a script exits the transaction will be rolled back. The question I have is when the database handle is re-used will the

Apache::DBI and autocommit

2000-05-16 Thread William Deegan
Greetings, from the various perldocs and web pages I understand the following to be true. If autocommit is not set and a script exits the transaction will be rolled back. The question I have is when the database handle is re-used will the autocommit still be unset if the script that set it

Re: Apache::DBI and autocommit

2000-05-16 Thread Perrin Harkins
On Tue, 16 May 2000, William Deegan wrote: If autocommit is not set and a script exits the transaction will be rolled back. The question I have is when the database handle is re-used will the autocommit still be unset if the script that set it errors out? Yes, Apache::DBI doesn't touch