Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILIKE operator for PostreSQL #400

Open
AllerleiMal opened this issue Jul 24, 2024 · 0 comments
Open

ILIKE operator for PostreSQL #400

AllerleiMal opened this issue Jul 24, 2024 · 0 comments

Comments

@AllerleiMal
Copy link

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.

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

No branches or pull requests

2 participants