Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)

From: Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
To: Dominic Mitchell <dom(at)semantico(dot)com>
Cc: Rudy Lippan <rlippan(at)remotelinux(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, David Wheeler <david(at)wheeler(dot)net>, pgsql-interfaces(at)postgresql(dot)org, "'DBI developers'" <dbi-dev(at)perl(dot)org>
Subject: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Date: 2003-05-30 09:04:01
Message-ID: 20030530090401.GG6818@dansat.data-plan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, May 29, 2003 at 10:00:21AM +0100, Dominic Mitchell wrote:
>
> One more thing for the change log: notice messages generated by the
> database now use the perl warning mechanism instead of going to stderr,
> so they can be trapped if needed.

Hopefully implemented as

if (DBIc_WARN(imp_xxh))
warn("...", ...)

The $h->{Warn} attribute defaults to true. Can be useful to silence
warnings for a handle without having to play games with $SIG{__WARN__}.

Tim.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dominic Mitchell 2003-05-30 09:20:11 Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Previous Message C. Maj 2003-05-30 04:32:34 Re: Maybe Off Topic -- PGACCESS