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