Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 15475
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: JZUCKER [...] cpan.org
Requestors: hubbabubba3 [...] freemail.hu
Cc:
AdminCc:

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



Subject: DBD::CVS no longer works
Using DBD::CVS and SQL::STATEMENT 1.14 the following Statements are producing an empty array: my $sth = $dbh->prepare("SELECT count(*) FROM CUSTOMER WHERE NAME = ? AND SURENAME = ?"); unless ($sth->execute($3,$2)) { unless ($aref = $sth->fetchrow_arrayref()) { # You get here an empty array aref with is an error It worked with 1.09 (may be later too, didn't test it) The same Statements with MysqlPP and SQLite are working correct in version 1.14. Thanks for any hints. Steven
I'm unable to reproduce the error. Please try the latest SQL::Statement (1.15) and let me know if you continue to have problems.