Subject Re: [ib-support] containing is case sensitive for g erman chars ä ü ö in text blobs
Author Ivan Prenosil
> select * from TABLE where VARCHARCOLUMN containing 'ä' returns rows
> with ä and Ä. this is how it should be.
>
> select * from TABLE where BLOBTEXT containing 'ä' returns rows
> with only with ä and not with Ä. this is how it not should be.

The reason is that blobs allow specifying character set, but not collation.

> is this a bug ?

No, just missing feature.
As a workaround you can write UDF for performing full case insensitive search in blobs.

Ivan
http://www.volny.cz/iprenosil/interbase