Обсуждение: - Feature Request - ilike transformation

Поиск
Список
Период
Сортировка

- Feature Request - ilike transformation

От
Richard Broersma Jr
Дата:
I don't know if this would be possible in the ODBC layer, but it would be nice if the ODBC driver
had a parameter that could be set to transform all LIKE predicates to ILIKE before the query is
processed by the server.

Currently, my users are accustomed to the behavior of LIKE in case insensitive databases, and are
not happy when I change LIKE's behavior to be case sensitive after porting the back-end to
PostgreSQL.

In some cases where case insensitivity was absolutely needed now, I instructed the users to try:

'*[Aa]*[Ll][Oo][Tt]*[Oo][Ff]*[Ss]quare*brackets*'

but this doesn't go over to well.  :o)

Regards,
Richard Broersma Jr.