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