LauJensen / clojureql

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

how to get update record count after update! #124

Open gzeureka opened 12 years ago

gzeureka commented 12 years ago

Is there a way to know how many records have been update after calling update! ?

LauJensen commented 12 years ago

Not presently, but it could be done in the same way that conj! now returns the last index in the meta data. You're welcome to submit a patch.