Re: Strange warning message from deep inside DBI

2001-08-06 Thread Tim Bunce

Yes, old debugging fluff. Ignore it (if you have set trace>=9).

Tim.

On Wed, Jul 25, 2001 at 11:44:23AM -0700, Wilson, Doug wrote:
> That is a warning (thats supposed to be) issued only when the debug
> level is set to 9 or higher.
> 
> > -Original Message-
> > From: Jeff Boes [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 25, 2001 11:16 AM
> > To: [EMAIL PROTECTED]
> > Subject: Strange warning message from deep inside DBI
> > 
> > 
> > While executing a line that looks like
> > 
> >  $cols = $stmt->{NAME_lc};
> > 
> > I get a warning message that looks like:
> > 
> >  cacheit  NAME_lc: old: sv8ba6400='undef', new: 
> > 'ARRAY(0x8d0801c)'
> > 
> > Does anyone know why I get this, and why it's emitted as a warning?
> > 
> > This would have passed without notice, except that I 
> > accidently munged my
> > warning handler to die instead of warn, so the above statement was
> > crashing my code.
> > 
> > -- 
> > Jeff Boes vox 616.226.9550
> > Database Engineer fax 616.349.9076
> > Nexcerpt, Inc.  [EMAIL PROTECTED]
> > 



RE: Strange warning message from deep inside DBI

2001-07-25 Thread Wilson, Doug

That is a warning (thats supposed to be) issued only when the debug
level is set to 9 or higher.

> -Original Message-
> From: Jeff Boes [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 25, 2001 11:16 AM
> To: [EMAIL PROTECTED]
> Subject: Strange warning message from deep inside DBI
> 
> 
> While executing a line that looks like
> 
>  $cols = $stmt->{NAME_lc};
> 
> I get a warning message that looks like:
> 
>  cacheit  NAME_lc: old: sv8ba6400='undef', new: 
> 'ARRAY(0x8d0801c)'
> 
> Does anyone know why I get this, and why it's emitted as a warning?
> 
> This would have passed without notice, except that I 
> accidently munged my
> warning handler to die instead of warn, so the above statement was
> crashing my code.
> 
> -- 
> Jeff Boes vox 616.226.9550
> Database Engineer fax 616.349.9076
> Nexcerpt, Inc.  [EMAIL PROTECTED]
> 



Strange warning message from deep inside DBI

2001-07-25 Thread Jeff Boes

While executing a line that looks like

 $cols = $stmt->{NAME_lc};

I get a warning message that looks like:

 cacheit  NAME_lc: old: sv8ba6400='undef', new: 'ARRAY(0x8d0801c)'

Does anyone know why I get this, and why it's emitted as a warning?

This would have passed without notice, except that I accidently munged my
warning handler to die instead of warn, so the above statement was
crashing my code.

-- 
Jeff Boes vox 616.226.9550
Database Engineer fax 616.349.9076
Nexcerpt, Inc.  [EMAIL PROTECTED]