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

Add ilike method for postgres #784

Closed
madmaxio opened this Issue Mar 7, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@madmaxio

madmaxio commented Mar 7, 2017

Add ilike method for PostgreSql db.

Eijebong added a commit to Eijebong/diesel that referenced this issue May 8, 2017

Add ilike method for postgres
It's mostly a copy/paste job from like and not_like.
I just had to export the gen_helper_type! macro to use it in the pg
module.

Fixes diesel-rs#784

Eijebong added a commit to Eijebong/diesel that referenced this issue May 9, 2017

Add ilike method for postgres
It's mostly a copy/paste job from like and not_like.

Fixes diesel-rs#784

Eijebong added a commit to Eijebong/diesel that referenced this issue May 9, 2017

Add ilike method for postgres
It's mostly a copy/paste job from like and not_like.

Fixes diesel-rs#784

Eijebong added a commit to Eijebong/diesel that referenced this issue May 9, 2017

Add ilike method for postgres
It's mostly a copy/paste job from like and not_like.

Fixes diesel-rs#784
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment