Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: daniel.boehringer [...] uniklinik-freiburg.de
Cc:
AdminCc:

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



CC: Stefan Boehringer <stefan.boehringer [...] uni-due.de>
Subject: last_insert_id broken for Postgres 8.1 and 8.2
Date: Wed, 4 Apr 2007 09:25:14 +0200
To: bug-dbd-pg [...] rt.cpan.org
From: Daniel Böhringer <daniel.boehringer [...] uniklinik-freiburg.de>
Hi folks, /usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi/DBD/Pg.pm (v 1.49): my testcase provides only $table and $col to last_insert_id. the returnvalue is undef in Postgres 8.1 and 8.2 while correct in 7.x. data is identical in different postgres versions. while looking briefly at the code, $col is not used at al. is this correct? thanks for any hint or patch. kind regards, daniel
Correct, the column is not used for DBD::Pg. Can you provide a simple test case to show exactly what you are trying to do?
Subject: Re: [rt.cpan.org #26088] last_insert_id broken for Postgres 8.1 and 8.2
Date: Thu, 19 Jul 2007 07:12:28 +0200
To: bug-DBD-Pg [...] rt.cpan.org
From: Daniel Böhringer <daniel.boehringer [...] uniklinik-freiburg.de>
the patch from http://rt.cpan.org/Public/Bug/Display.html?id=15918 solved my problem. Am 18.07.2007 um 19:23 schrieb DBD::Pg Developers via RT: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=26088 > > > Correct, the column is not used for DBD::Pg. Can you provide a simple > test case to show exactly what you are trying to do? >