Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 91474
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: slyg [...] liza2005.ru
Cc: CHORNY [...] cpan.org
AdminCc:

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



Subject: strawberry-perl-5.18.1.1-32bit and DBI
Date: Tue, 17 Dec 2013 22:26:00 +0400
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Sly G <slyg [...] liza2005.ru>
Hello. strawberry-perl-5.18.1.1-32bit DBI 1.628 When doing $sth=$dbh->prepare("SELECT ..."); $sth->execute(); while (... = $sth->fetchrow) { } I'm getting "fetch() without execute()" error. Turns out that there is an error in SQL statement, but DBI errstr is empty and nothing is printed out to STDERR. -- Sly mailto:slyg@liza2005.ru
On Tue Dec 17 13:26:16 2013, slyg@liza2005.ru wrote: Show quoted text
> Hello. > > strawberry-perl-5.18.1.1-32bit > DBI 1.628
Show quoted text
> I'm getting "fetch() without execute()" error. > Turns out that there is an error in SQL statement, but DBI errstr is > empty and nothing is printed out to STDERR.
Do you use mysql driver? If so, upgrade DBD::mysql to at least 4.024. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #91474] strawberry-perl-5.18.1.1-32bit and DBI
Date: Tue, 24 Dec 2013 23:51:09 +0400
To: Alexandr Ciornii via RT <bug-Perl-Dist-Strawberry [...] rt.cpan.org>
From: Sly G <slyg [...] liza2005.ru>
Hello! Yes, thank you, that did it! Вы писали 23 декабря 2013 г., 18:56:56: Show quoted text
Show quoted text
> On Tue Dec 17 13:26:16 2013, slyg@liza2005.ru wrote:
>> Hello. >> >> strawberry-perl-5.18.1.1-32bit >> DBI 1.628
Show quoted text
>> I'm getting "fetch() without execute()" error. >> Turns out that there is an error in SQL statement, but DBI errstr is >> empty and nothing is printed out to STDERR.
Show quoted text
> Do you use mysql driver? If so, upgrade DBD::mysql to at least 4.024.
-- Sly mailto:slyg@liza2005.ru