Re: Perl & DBI/DBD::Pg confusion with finish
David Lynn <davidl@ayamba.com>
From: David Lynn <davidl@ayamba.com>
To: John Madden <weez@freelists.org>
Date: 2001-03-02T16:39:00Z
Lists: 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