(apply-before-update-to-matching-rows model {:keys [changes] :as parsed-args})
Fetch the matching rows based on original parsed-args
; apply before-update
to each. Return a new sequence of
parsed args map that should be used to perform 'replacement' update operations.
Fetch the matching rows based on original `parsed-args`; apply [[before-update]] to each. Return a new *sequence* of parsed args map that should be used to perform 'replacement' update operations.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close