Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Wols Lists
On 03/04/13 12:12, Lester Caine wrote: > Kjell Rilbe wrote: >> > So, to be frank I'd say for many languages the problem is not if FB has >> > support for phonetic matching or not, but if a working phonetic matching >> > algorithm even exists (has been developed) for that language. If it >> > does,

[Firebird-devel] [FB-Tracker] Created: (CORE-4073) Constant columns getting empty value with subselect from procedure in procedure or execute block

2013-04-03 Thread Thomas Beckmann (JIRA)
Constant columns getting empty value with subselect from procedure in procedure or execute block Key: CORE-4073 URL: http://tracker.firebirdsql.org/browse/CORE-4073

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Lester Caine
Kjell Rilbe wrote: > So, to be frank I'd say for many languages the problem is not if FB has > support for phonetic matching or not, but if a working phonetic matching > algorithm even exists (has been developed) for that language. If it > does, coding it would probably be a rather straightforward

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Wols Lists
On 03/04/13 08:23, Kjell Rilbe wrote: > Den 2013-04-03 09:09 skrev Alex Peshkoff såhär: >> On 04/03/13 01:44, Thomas Beckmann wrote: >>> Second: I'd like to have this like a plugin architecture, >> The most simple requirement - just write UDF (or in FB3 external >> function). No other plugins are n

[Firebird-devel] [FB-Tracker] Created: (CORE-4072) comment on function/procedure in package

2013-04-03 Thread Thomas Beckmann (JIRA)
comment on function/procedure in package Key: CORE-4072 URL: http://tracker.firebirdsql.org/browse/CORE-4072 Project: Firebird Core Issue Type: New Feature Components: Engine Affects Ver

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Kjell Rilbe
Den 2013-04-03 10:41 skrev Dimitry Sibiryakov såhär: > 03.04.2013 10:30, Thomas Beckmann wrote: >> Aren't we talking about building something into the firebird engine? > Right. But before putting something (such big) into engine someone must > prove that a) > it works at all and b) someone nee

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Dimitry Sibiryakov
03.04.2013 10:30, Thomas Beckmann wrote: > Aren't we talking about building something into the firebird engine? Right. But before putting something (such big) into engine someone must prove that a) it works at all and b) someone needs it really, not "just in case" or "for fun" or "because o

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Thomas Beckmann
> Can you point out to any existing UDF with this "double metaphone" inside? > Without this > "can be used right now" is just a lie. No, sorry, I should have said "could be used right now" ;-) - but still (please correct me, if I missunderstand this list): Aren't we talking about building someth

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Dimitry Sibiryakov
03.04.2013 10:08, Thomas Beckmann wrote: > We are talking about building something into the firebird engine, not a > UDF - because a UDF can be used right now, there is nothing to talk > about on this list. Can you point out to any existing UDF with this "double metaphone" inside? Without this

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Thomas Beckmann
> Second: I'd like to have this like a plugin architecture, The most simple requirement - just write UDF (or in FB3 external function). No other plugins are needed. >>> I think that Thomas meant was a phonetic matching function that can be >>> configured in a way similar to collations

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Kjell Rilbe
Den 2013-04-03 09:29 skrev Alex Peshkoff såhär: > On 04/03/13 11:23, Kjell Rilbe wrote: >> Den 2013-04-03 09:09 skrev Alex Peshkoff såhär: >>> On 04/03/13 01:44, Thomas Beckmann wrote: Second: I'd like to have this like a plugin architecture, >>> The most simple requirement - just write UDF (

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Alex Peshkoff
On 04/03/13 11:23, Kjell Rilbe wrote: > Den 2013-04-03 09:09 skrev Alex Peshkoff såhär: >> On 04/03/13 01:44, Thomas Beckmann wrote: >>> Second: I'd like to have this like a plugin architecture, >> The most simple requirement - just write UDF (or in FB3 external >> function). No other plugins are n

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Kjell Rilbe
Den 2013-04-03 09:09 skrev Alex Peshkoff såhär: > On 04/03/13 01:44, Thomas Beckmann wrote: >> Second: I'd like to have this like a plugin architecture, > The most simple requirement - just write UDF (or in FB3 external > function). No other plugins are needed. I think that Thomas meant was a phon

Re: [Firebird-devel] (Double) Metaphone?

2013-04-03 Thread Alex Peshkoff
On 04/03/13 01:44, Thomas Beckmann wrote: > Second: I'd like to have this like a plugin architecture, The most simple requirement - just write UDF (or in FB3 external function). No other plugins are needed. > similar to the > well known dictionairies - sure, this needs some more thinking abou