Re: Patch to implement Connection.nativeSQL

Lists: pgsql-jdbc
From: "Xavier Poinsard" <xpoinsard(at)free(dot)fr>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Patch to implement Connection.nativeSQL
Date: 2005-01-24 15:35:24
Message-ID: 41F515BC.8020901@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

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

Attachment Content-Type Size
patchNativeSql.txt text/plain 2.7 KB

From: Kris Jurka <books(at)ejurka(dot)com>
To: Xavier Poinsard <xpoinsard(at)free(dot)fr>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Patch to implement Connection.nativeSQL
Date: 2005-01-25 07:27:17
Message-ID: Pine.BSO.4.56.0501250124270.29918@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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