(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.
(before-update model row)
(changes->affected-pk-maps model reducible-matching-rows changes)
(define-before-update model [row-binding] & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close