LauJensen / clojureql

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

Adding update! function #89

Closed paraseba closed 13 years ago

paraseba commented 13 years ago

I added a function to update records without inserting if the records can't be found

I also removed multiple arguments from update-in! as discussed in #clojureql with you

tests added and passing

I'm not sure update! is a good name, LauJensen suggeste set!, but that's a special form in clojure

paraseba commented 13 years ago

I added an explanation on how to run integration tests