diff --git a/src/honey/sql/helpers.cljc b/src/honey/sql/helpers.cljc index 90c8dca..0ba5124 100644 --- a/src/honey/sql/helpers.cljc +++ b/src/honey/sql/helpers.cljc @@ -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 }`). + Ex.: `(on-conflict :mom :dad {:where [:= :race \"human\"]}`" {:arglists '([column* where-clause])} [& args] (generic :on-conflict args))