Apache::Session::Postgres Commit on ??

2004-04-14 Thread David Hofmann
For some reason I keep getting a commit error. commit ineffective with AutoCommit enabled at /usr/lib/perl5/site_perl/5.6.1/Apache/Session/Store/Postgres.pm line 92. Here how I'm tieing, I have tried upper and lowercase on the commit: unless ( eval { tie %sessionHash, 'Apache::Session::Postgres

Re: Apache::Session::Postgres Commit on ??

2004-04-14 Thread Geoffrey Young
> Here how I'm tieing, I have tried upper and lowercase on the commit: > tie %sessionHash, 'Apache::Session::Postgres', undef, { Commit => 0, Commit => 0 should be AutoCommit => 0. --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modper

Re: Apache::Session::Postgres Commit on ??

2004-04-14 Thread David Hofmann
TECTED] Subject: Re: Apache::Session::Postgres Commit on ?? Date: Wed, 14 Apr 2004 20:37:34 -0400 > Here how I'm tieing, I have tried upper and lowercase on the commit: > tie %sessionHash, 'Apache::Session::Postgres', undef, { Commit => 0, Commit => 0 should be AutoCommit =>

Re: Apache::Session::Postgres Commit on ??

2004-04-14 Thread Perrin Harkins
On Wed, 2004-04-14 at 20:37, Geoffrey Young wrote: > > Here how I'm tieing, I have tried upper and lowercase on the commit: > > > tie %sessionHash, 'Apache::Session::Postgres', undef, { Commit => 0, > > Commit => 0 should be AutoCommit => 0. Actually, no. This is an argument to Apache::Session