Created
November 28, 2013 08:21
-
-
Save maximecolin/7688760 to your computer and use it in GitHub Desktop.
Not case sensitive with PostGreSQL
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
$queryBuilder->andWhere('LOWER(r.name) LIKE LOWER(:name)')->setParameter('name', '%'.$filter['name'].'%'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment