LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
285 stars 39 forks source link

Allow use of raw string predicates #104

Closed lynaghk closed 12 years ago

lynaghk commented 12 years ago

Commit 4d323eb introduced a bug by changing a reduce into a map, losing the base case of (str pred) that handled raw string predicates:

https://github.com/LauJensen/clojureql/commit/4d323eb4d6beb8712f5a0e8d84e17091ee704b85#L0L118

This commit adds a test and fixes the bug.

bendlas commented 12 years ago

Thanks!