There's no special Cayenne functions to do that. So you will have to
look at the underlying DB facilities, and tweak those.
For instance I know that MySQL, when created with UTF-8 encoding,
matches German umlauts against their non umlaut counterparts (e.g.:
"a" == "ä"), which I always considered a bug, but this looks like what
you would want to happen. Not sure what DB you are using, but maybe
there is similar functionality available?
Andrus
On Oct 27, 2008, at 9:55 AM, Arun Muniyandi wrote:
> Hi,
>
> I'm currently working for GLIN project, we would like
> to know is there any Expressions avialable to compare
> value in the db with diacritics removed (e.g. 'allá'
> in Spanish would be 'alla') with value passed in with
> diacritics also removed.
>
> -Arun
>
>
>
>
>
>
This archive was generated by hypermail 2.0.0 : Mon Oct 27 2008 - 17:50:50 EDT