Skip Menu |

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

Report information
The Basics
Id: 1415
Status: resolved
Worked: 5 min
Priority: 0/
Queue: DBD-PgPP

People
Owner: Nobody in particular
Requestors: ek [...] aperion.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.06



Subject: Bug while inserting non unique data into column with a unique key.
DBD-PgPP 0.04 perl v5.6.1 built for i386-freebsd 4.5 The error message below is generated while inserting non unique data into colum with a unique key using $sth->execute(). DBD::PgPP::st execute failed: Can't locate object method "get_message" via package "DBD::PgPP::CursorResponse" (perhaps you forgot to load "DBD::PgPP::CursorResponse"?) at /usr/local/lib/perl5/site_perl/5.6.1/DBD/PgPP.pm line 628, <SOCK1> line 2129.
Hi, Thank you for report. [guest - Fri Aug 9 13:55:29 2002]: Show quoted text
> DBD-PgPP 0.04 > perl v5.6.1 built for i386-freebsd 4.5 > > The error message below is generated while inserting non unique data > into colum with a unique key using $sth->execute(). > > DBD::PgPP::st execute failed: Can't locate object method "get_message" > via package "DBD::PgPP::CursorResponse" (perhaps you forgot to load > "DBD::PgPP::CursorResponse"?) at > /usr/local/lib/perl5/site_perl/5.6.1/DBD/PgPP.pm line 628, <SOCK1> > line 2129.
It was because the 'get_message()' message was sent to the object which is not meant. Originally this message should have been sent to the 'DBD::PgPP::ErrorResponse' object. It is not a 'DBD::PgPP::CursorResponse' object. Since the thing which repaired this problem is uploaded to the following URL, please try. http://ymca.infoware.ne.jp/dist/DBD-PgPP-0.04p1.tar.gz Thanks. Show quoted text
______________ Hiroyuki OYAMA