LauJensen / clojureql

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

LIKE #15

Closed sebastiansen closed 13 years ago

sebastiansen commented 13 years ago

added 'like' operator

LauJensen commented 13 years ago

Hi Sebastiansen,

Thanks for your contribution!

I cant merge this for a couple of reasons.

1) Your branch seems to be wonky, somehow its cluttered its history

2) Your commits have no commits messages, always try to leave a clear message about whats going on

3) You added a like* driver and like to the postwalk sequence, but this is uneccessary as postwalk is only useful for function which shadow core. In this instance simply using (like) would have been preferably.

You're welcome to give it another shot, Lau