Skip to content

ILIKE operator for PostreSQL #400

Open
@AllerleiMal

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions