Re: Perl & DBI/DBD::Pg confusion with finish
David Wheeler <david@wheeler.net>
From: David Wheeler <david@wheeler.net>
To: John Madden <weez@freelists.org>
Cc: David Lynn <davidl@ayamba.com>, pgsql-general@postgresql.org
Date: 2001-03-02T16:30:00Z
Lists: 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