Re: Synthesize support for Statement.getGeneratedKeys()?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Ken Johanson <pg-user(at)kensystem(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Synthesize support for Statement.getGeneratedKeys()?
Date: 2007-04-02 06:56:57
Message-ID: Pine.BSO.4.64.0704020256060.11107@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 15 Feb 2007, Ken Johanson wrote:

> Kris Jurka wrote:
>>
>> Right now the only place we quote identifiers in
>> jdbc3/PSQLSavepoint#getPGName. I would suggest creating a method in
>> org.postgresql.core.Utils named appendEscapedIdentifier that works like
>> appendEscapedString and using it in both places.
>
> Would you care to code this up; I think you have a clearly understanding of
> how it should work.
>

I have added the appendEscapedIdentifier method discussed above.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Murphy 2007-04-02 13:57:19 Re: psql COPY with JDBC
Previous Message Guy Rouillier 2007-03-29 21:31:31 Re: prepareCall with batch?