Re: Patch to implement Connection.nativeSQL

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Patch to implement Connection.nativeSQL
Дата
Msg-id Pine.BSO.4.56.0501250124270.29918@leary.csoft.net
обсуждение исходный текст
Ответ на Patch to implement Connection.nativeSQL  ("Xavier Poinsard" <xpoinsard@free.fr>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: setObject on PGInterval throws "Unknown Type null"
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Problems with infinity