How to make db reqeust case sensitive and sensitive to umlaut characters

Hi,

I’ve noticed that requests to database (like WHERE name = ‘Account’) is not case sensitive and not sensitive to umlauts, for ex:
when I do request with “WHERE name = ‘Account’” I will get in results
not only:

  1. Account

but also:
2) Accoünt
3) account
4) äccount
5) Accoúnt

Is there any way to disable such functionality to have next:
when I search for: ‘Account’ -> i’m getting only ‘Account’

when I search for: Accoünt -> i’m getting only ‘Accoünt’ and so on…

Thanks.

Hi Oleg,

I am curious if this is the default database behavior. We will have to investigate this further and will let you know.

Regards,
Mark

Hello Oleg,

we can fix it for your particular column, please provide your application id, table name and column name