View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 12:00 AM
Kris Jurka
 
Posts: n/a
Default Re: Patch to implement Connection.nativeSQL



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...1/msg00268.php

Kris Jurka

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote