Re: Perl & DBI/DBD::Pg confusion with finish - Mailing list pgsql-general

From David Lynn
Subject Re: Perl & DBI/DBD::Pg confusion with finish
Date
Msg-id 3A9FCCA4.9E461B40@ayamba.com
Whole thread Raw
In response to Re: Perl & DBI/DBD::Pg confusion with finish  (John Madden <weez@freelists.org>)
List pgsql-general
> What are the consequences of not calling ->finish()?  I have several apps
> using DBD::Pg, and I don't think I've used it at all...

There don't appear to be any fatal consequences - all queries appear to
work fine.  However, certain things such as the $sth->{'Active'}
attribute cannot be relied upon.

I guess we will just write this off as another "feature" to ignore!
Thanks for the input, everybody.

--David

pgsql-general by date:

Previous
From: Peter Schindler
Date:
Subject: Re: Convert to upper
Next
From: David Wheeler
Date:
Subject: Re: Perl & DBI/DBD::Pg confusion with finish