-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ILIKE ANY in Postgres, similar to LIKE ANY
Applies the same change from 9e9a5d7 to Postgres-specific ILIKE code. Since requires_like_escape? is false on PostgreSQL, this just removes the use of ESCAPE for ILIKE.
- Loading branch information
1 parent
c280ff5
commit b047c73
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters