korma / Korma

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

Support for "IN" clause #278

Closed glittershark closed 9 years ago

glittershark commented 9 years ago

It'd be nice to be able to build queries of the form SELECT * FROM tablename WHERE id IN (1,2,3);

glittershark commented 9 years ago

Oops, didn't read the documentation - looks like this is already there