Skip Menu |

This queue is for tickets about the DBIx-ContextualFetch CPAN distribution.

Report information
The Basics
Id: 9776
Status: resolved
Priority: 0/
Queue: DBIx-ContextualFetch

People
Owner: Nobody in particular
Requestors: robert [...] rlb3.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.02
Fixed in: (no value)



Subject: uninitialized value in subroutine entry at 5.8.6/DBIx/ContextualFetch.pm line 51.
I've noticed in programs that insert using Class::DBI::SQLite this error is found. Use of uninitialized value in subroutine entry at /opt/local/lib/perl5/site_perl/5.8.6/DBIx/ContextualFetch.pm line 51. I have seen this error on FC3/perl 5.8.5, Mac OS X/ perl 5.8.1-RC3 and 5.8.6 Robert
Date: Tue, 18 Jan 2005 12:31:07 +0000
From: Tony Bowden <tony [...] kasei.com>
To: Guest via RT <bug-DBIx-ContextualFetch [...] rt.cpan.org>
Subject: Re: [cpan #9776] uninitialized value in subroutine entry at 5.8.6/DBIx/ContextualFetch.pm line 51.
RT-Send-Cc:
On Sat, Jan 15, 2005 at 07:09:25PM -0500, Guest via RT wrote: Show quoted text
> I've noticed in programs that insert using Class::DBI::SQLite this error is found. > > Use of uninitialized value in subroutine entry at /opt/local/lib/perl5/site_perl/5.8.6/DBIx/ContextualFetch.pm line 51.
This is a bug in DBD::SQLite. A patch was sent to the DBI list in the last week about this. Tony
[tony@kasei.com - Tue Jan 18 07:34:37 2005]: Show quoted text
> On Sat, Jan 15, 2005 at 07:09:25PM -0500, Guest via RT wrote:
> > I've noticed in programs that insert using Class::DBI::SQLite this
> error is found.
> > > > Use of uninitialized value in subroutine entry at
> /opt/local/lib/perl5/site_perl/5.8.6/DBIx/ContextualFetch.pm line 51. > > This is a bug in DBD::SQLite. A patch was sent to the DBI list in the > last week about this. > > Tony >
I'm happy to say that I don't see this problem anymore after installing DBD-SQLite-1.08 (released yesterday). Ivan