Skip Menu |

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

Report information
The Basics
Id: 17152
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: pe-cpan [...] hindenburgring.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.41
Fixed in: 1.44



Subject: 'prepare/execute' coredumps in 1.41 and higher
The following code: $sth=$dbh->prepare("SELECT * FROM weekday_statistics WHERE name=?") or die $dbh->errstr; $sth->execute($name) or die $dbh->errstr; coredumps in version 1.41, 1.42 and 1.43, while it worked as expected in 1.32. The coredump occurs when the "$sth->execute" is called. OS is AIX 5.2.0.0.07, Perl 5.8.7, DBI 1.50, PostgreSQL 8.1.