You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @phnx47,
I faced with the need to use ignore case LIKE in PostgreSQL. Would be great to have an ability to convert predicate entity.SomeString.Contains("target", StringComparison.InvariantCultureIgnoreCase) to ..."SomeString" ILIKE '%target%'
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @phnx47,
I faced with the need to use ignore case LIKE in PostgreSQL. Would be great to have an ability to convert predicate
entity.SomeString.Contains("target", StringComparison.InvariantCultureIgnoreCase)
to..."SomeString" ILIKE '%target%'
Thank you.
The text was updated successfully, but these errors were encountered: