Skip Menu |

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

Report information
The Basics
Id: 5752
Status: resolved
Worked: 2 min
Priority: 0/
Queue: DBIx-LazyMethod

People
Owner: cwg [...] usr.bin.dk
Requestors: jonasbn [...] cpan.org
Cc:
AdminCc:

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



To: bug-dbix-lazymethod [...] rt.cpan.org
From: Jonas B.Nielsen <jonasbn [...] io.dk>
Subject: Weird error message
Date: Mon, 22 Mar 2004 12:38:14 +0100
Hi, The following does not make sense to me? [DBIx::LazyMethod] ERROR: _sth_get_slots is using is doing fetching on a non-SELECT statement at /Library/Perl/5.8.1/DBIx/LazyMethod.pm line 461. 'is using is doing'? From the source: }else { return $self->error("_sth_".$meth." is using is doing fetching on a non-SELECT statement"); } Could you please change or clarify? jonasbn
Hi, The problem has been resolved in the DBIx-LazyMethod 1.03 release, now available on CPAN. Thank you for submitting! /casper [jonasbn@io.dk - Mon Mar 22 06:38:24 2004]: Show quoted text
> Hi, > > The following does not make sense to me? > > [DBIx::LazyMethod] ERROR: _sth_get_slots is using is doing fetching on > a non-SELECT statement at /Library/Perl/5.8.1/DBIx/LazyMethod.pm line > 461. > > 'is using is doing'? > > From the source: > > }else { > return $self->error("_sth_".$meth."
is Show quoted text
> using is > doing fetching on a non-SELECT statement"); > } > > Could you please change or clarify? > > jonasbn >