metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
569 stars 49 forks source link

(db/select Model :f [:between v1 v2]) doesn't work #33

Closed camsaul closed 6 years ago

camsaul commented 6 years ago

This should be translated to a HoneySQL clause like [:between f v1 v2] but instead it's throwing an ArityException. Look into this and fix