Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clojureql/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down