korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.48k stars 222 forks source link

Add ILIKE predicate #337

Closed arttuka closed 8 years ago

arttuka commented 8 years ago

Only PostgreSQL supports ILIKE for case-insensitive string comparison, but it would be nice to have it in Korma nevertheless.

immoh commented 8 years ago

Quick googling reveals that Vertica supports it as well. Thanks!