Re: Synthesize support for Statement.getGeneratedKeys()? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Synthesize support for Statement.getGeneratedKeys()?
Date
Msg-id Pine.BSO.4.64.0704020256060.11107@leary.csoft.net
Whole thread Raw
In response to Re: Synthesize support for Statement.getGeneratedKeys()?  (Ken Johanson <pg-user@kensystem.com>)
List 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

pgsql-jdbc by date:

Previous
From: Guy Rouillier
Date:
Subject: Re: prepareCall with batch?
Next
From: Kevin Murphy
Date:
Subject: Re: psql COPY with JDBC