Re: Patch to implement Connection.nativeSQL - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Patch to implement Connection.nativeSQL
Date
Msg-id Pine.BSO.4.56.0501250124270.29918@leary.csoft.net
Whole thread Raw
In response to Patch to implement Connection.nativeSQL  ("Xavier Poinsard" <xpoinsard@free.fr>)
List pgsql-jdbc

On Mon, 24 Jan 2005, Xavier Poinsard wrote:

> Thanks to Kris remark, here is a tiny patch implementing
> Connection.nativeSQL
>

Applied.

Also I've removed the mapping for the difference function.  Levenshtein
does sort of the same thing (roughly estimating the similarity of two
strings), but it's not the same.  I've submitted a patch to fuzzystrmatch
to implement the soundex difference function, but that won't be widely
available any time soon (or perhaps even ever).  In any case if applied
there is no need for a translation process, so it should just work.

http://archives.postgresql.org/pgsql-patches/2005-01/msg00268.php

Kris Jurka

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: setObject on PGInterval throws "Unknown Type null"
Next
From: Kris Jurka
Date:
Subject: Re: Problems with infinity