Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 15086
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: pawel [...] extract.pl
Cc:
AdminCc:

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



Subject: fetchrow misspelled
Show quoted text
---- documentation ---- This statement handle can be used for multiple things. First of all you can retreive a row of data: my $row = $sth->fetchow_hashref(); ---- /documentation ---- missing 'r' in fetchrow_hashref();
From: pawel [...] extract.pl
another misspell Show quoted text
---- documentation ---- $error = $dbh->{'mysql_error}; ---- /documentation ---- missing single-quote
The typo in fetchrow had already been fixed, but the missing quote was still missing. I fixed it, and it will be in the next release. Thanks for the report.