Postgress ILIKE support. #1689
Answered
by
billy1624
studentenherz
asked this question in
Q&A
-
I've searched the repo and don't see support for PostgreSQL's Maybe because I'm relatively new to Rust or because the repo is complex (or maybe both) I don't know how to do it myself. Right now I'm relying on |
Beta Was this translation helpful? Give feedback.
Answered by
billy1624
Jun 6, 2023
Replies: 1 comment 3 replies
-
Hey @studentenherz, we do have |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
studentenherz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @studentenherz, we do have
ILIKE
. https://docs.rs/sea-query/latest/sea_query/extension/postgres/trait.PgExpr.html#method.ilike