korma / Korma

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

De-resolve predicate symbols before looking them up #288

Closed glittershark closed 8 years ago

glittershark commented 9 years ago

Use name to de-resolve predicate symbols (ie, turn 'clojure.core/= into '=), which allows passing predicates that have been resolved by syntax-quote to where, join, etc.

Fixes #287

immoh commented 9 years ago

There are lots of failing tests. Please also add a new failing test that this change fixes.

glittershark commented 9 years ago

Absolutely! as soon as I get some time.