Merge branch 'develop' of github.com:seancorfield/honeysql into develop
This commit is contained in:
commit
f14e95ec9d
1 changed files with 2 additions and 1 deletions
|
|
@ -869,7 +869,8 @@
|
|||
|
||||
(defn on-conflict
|
||||
"Accepts zero or more SQL entities (keywords or symbols),
|
||||
optionally followed by a single SQL clause (hash map)."
|
||||
optionally followed by a single SQL clause (`{:where <condition>}`).
|
||||
Ex.: `(on-conflict :mom :dad {:where [:= :race \"human\"]}`"
|
||||
{:arglists '([column* where-clause])}
|
||||
[& args]
|
||||
(generic :on-conflict args))
|
||||
|
|
|
|||
Loading…
Reference in a new issue