perl.dbi.users...avoiding array argument passing to execute by myrose.20.ftumsh- July 1, 2008 On Tue, June 24, 2008 10:17 pm, Tim_Bunce via RT - bug-DBIrt.cpan.org wrote:> You should avoid using an array to pass arguments to execute().Why is that I use it extensively, is it a problem waiting to happenJohnhttp://www.nntp.perl.org/group/perl.dbi.users/2008/07/msg33033.html Re: rt.cpan.org 36395 by Peter J. Holzer- July 1, 2008 On 2008-07-01 01:37:01 -0400, Ramesh Thangamani via RT wrote:> Queue: DBI> Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36395 >> > On Tue Jun 24 17:17:23 2008, TIMB wrote:> > The DBI is acting as defined. It&39;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.http://www.nntp.perl.org/group/perl.dbi.users/2008/07/msg33032.html Re: rt.cpan.org 36696 DBI AutoCommit perldebug eval $ problem by Robert Roggenbuck via RT- July 1, 2008 Queue: DBI Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36696 >Can You please remove the address &39;dbi-usersperl.org&39; from any &39;To&39;-field (CC and BCC)GreetingsRobertTim_Bunce via RT schrieb:> Queue: DBI> Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36696 >> > Doesn&39;t the fact this only happens in the debugger point to a problem with the debugger> -- ===================================Robert RoggenbuckUniversitaetsbibliothek...http://www.nntp.perl.org/group/perl.dbi.users/2008/07/msg33031.html Emails from rt.cpan.org to dbi-usersperl.org by Tim Bunce- July 1, 2008 I&39;ve taken steps to get this fixed, but it may take a few days.Tim.On Tue, Jul 01, 2008 at 03:24:04AM -0400, Robert Roggenbuck via RT wrote:> <URL: http:rt.cpan.orgTicketDisplay.htmlid=36696 >> > Can You please remove the address &39;dbi-usersperl.org&39; from any > &39;To&39;-field (CC and BCC)> > Greetings> > Robert> > Tim_Bunce via RT schrieb:> > Queue: DBI> > Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36696 >> >http://www.nntp.perl.org/group/perl.dbi.users/2008/07/msg33030.html Re: rt.cpan.org 36696 DBI AutoCommit perldebug eval $ problem by Robert Roggenbuck- July 1, 2008 Can You please remove the address &39;dbi-usersperl.org&39; from any &39;To&39;-field (CC and BCC)GreetingsRobertTim_Bunce via RT schrieb:> Queue: DBI> Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36696 >> > Doesn&39;t the fact this only happens in the debugger point to a problem with the debugger> -- ===================================Robert RoggenbuckUniversitaetsbibliothek OsnabrueckGermany===================================http://www.nntp.perl.org/group/perl.dbi.users/2008/07/msg33029.html rt.cpan.org 36395 by Ramesh Thangamani via RT- July 1, 2008 Queue: DBI Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36395 >On Tue Jun 24 17:17:23 2008, TIMB wrote:> The DBI is acting as defined. It&39;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 documentationin CPAN where we are passing an array to execute method(). Pleasecomment on this. $rv = $sth->execute or die $sth->errstr; $rv = $sth->execute(bind_values) or die...http://www.nntp.perl.org/group/perl.dbi.users/2008/07/msg33028.html |