Generated Keys

From: Alessandro Polverini <polverini(at)nibbles(dot)it>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Generated Keys
Date: 2003-10-31 17:24:07
Message-ID: 1067621047.4903.62.camel@japot.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,
I've made a little test and it seems like current jdbc drivers can't
return auto-generated keys like "serial" columns or pseudo "oid" column.

Does anybody know if that feature is to be added in a future release of
the driver? It's _really_ annoying to have to re-read a just inserted
record to know it's oid (or it's serial).

Thanks for the help,
Alex

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Andreasen 2003-10-31 21:55:58 A bug in 7.3 jdbc driver
Previous Message Ashwin Kutty 2003-10-31 15:22:40 JDBC - Requirements for setup