[rt.cpan.org #36395]
- From: bug-DBI@xxxxxxxxxxx (Ramesh Thangamani via RT)
- Date: Tue, 01 Jul 2008 01:37:01 -0400
Queue: DBI
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=36395 >
On Tue Jun 24 17:17:23 2008, TIMB wrote:
The DBI is acting as defined. It's not a bug.
You should avoid using an array to pass arguments to execute().
I could still see the following examples mentioned in the documentation
in CPAN where we are passing an array to execute method(). Please
comment on this.
$rv = $sth->execute or die $sth->errstr;
$rv = $sth->execute(@bind_values) or die $sth->errstr;
.
- Follow-Ups:
- [rt.cpan.org #36395]
- From: Tim_Bunce via RT
- Re: [rt.cpan.org #36395]
- From: Peter J. Holzer
- [rt.cpan.org #36395]
- Next by Date: Re: [rt.cpan.org #36696] DBI AutoCommit perldebug eval $@ problem
- Next by thread: Re: [rt.cpan.org #36395]
- Index(es):
Relevant Pages
|