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.