Re: Support of getting generated keys in driver version 8.4devel

From: Kris Jurka <books(at)ejurka(dot)com>
To: Miłosz Tylenda <mtylenda(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Support of getting generated keys in driver version 8.4devel
Date: 2009-01-28 09:52:42
Message-ID: 49802AEA.30701@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Miłosz Tylenda wrote:
>> Please try this updated driver which supports generated keys for prepared
>> statements as well. I've also flipped supportsGetGeneratedKeys to true as I
>> believe that will be more helpful to more users.
>>
>> http://ejurka.com/pgsql/jars/genkey/
>
> Thanks for the update. I have done a few tests and it works.
> supportsGetGeneratedKeys returns true and I was able to successfully
> insert rows and get generated keys by using column names.
>

I've committed this code to CVS.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message maly.velky 2009-02-02 13:39:59 BUG: DatabaseMetaData.getColumns isn't case insensitive
Previous Message Vlastimil Havranek 2009-01-27 09:00:50 Re: Problem with committing in XA mode