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

From David Wheeler
Subject Re: Perl & DBI/DBD::Pg confusion with finish
Date
Msg-id Pine.LNX.4.21.0103020826560.17216-100000@theory
Whole thread Raw
In response to Re: Perl & DBI/DBD::Pg confusion with finish  (John Madden <weez@freelists.org>)
List pgsql-general
On Fri, 2 Mar 2001, John Madden wrote:

> 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...

It just means that the statement handle is marked finished, and if you use
it again, it won't issue a warning saying that it's not.

HTH,

David


pgsql-general by date:

Previous
From: David Lynn
Date:
Subject: Re: Perl & DBI/DBD::Pg confusion with finish
Next
From: "Mitch Vincent"
Date:
Subject: Re: Re: Convert to upper