diff --git a/src/honey/sql.cljc b/src/honey/sql.cljc index 7a19296..1b4735f 100644 --- a/src/honey/sql.cljc +++ b/src/honey/sql.cljc @@ -67,7 +67,7 @@ (defn- add-clause-before "Low-level helper just to insert a new clause. - If the clause is already in the list, remove it." + If the clause is already in the list, this moves it to the end." [order clause before] (let [clauses (set order) order (if (contains? clauses clause)