Public Vars

Back

on-duplicate-key-update (clj)

(source)

function

(on-duplicate-key-update column-value-map)
MySQL's upsert facility. Accepts a hash map of column/value pairs to be updated (like `set` does).

Examples