diff --git a/src/clojureql/core.clj b/src/clojureql/core.clj index 05004a3..6050eed 100644 --- a/src/clojureql/core.clj +++ b/src/clojureql/core.clj @@ -346,7 +346,7 @@ retr (with-cnx cnx (when *debug* (prn predicate)) (update-vals tname predicate record))] - (with-meta this (meta retr)))) + (with-meta this (assoc (meta retr) :update-count (first retr))))) (grouped [this field] ;TODO: We shouldn't call to-fieldlist here, first in the compiler