Re: Perl & DBI/DBD::Pg confusion with finish

Поиск
Список
Период
Сортировка
От David Wheeler
Тема Re: Perl & DBI/DBD::Pg confusion with finish
Дата
Msg-id Pine.LNX.4.21.0103020826560.17216-100000@theory
обсуждение исходный текст
Ответ на Re: Perl & DBI/DBD::Pg confusion with finish  (John Madden <weez@freelists.org>)
Список 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 по дате отправления:

Предыдущее
От: David Lynn
Дата:
Сообщение: Re: Perl & DBI/DBD::Pg confusion with finish
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Re: Convert to upper