diff --git a/src/honeysql/format.cljc b/src/honeysql/format.cljc index d2de364..f7b117c 100644 --- a/src/honeysql/format.cljc +++ b/src/honeysql/format.cljc @@ -185,6 +185,7 @@ "Determines the order that clauses will be placed within generated SQL" {:with 20 :with-recursive 30 + :intersect 35 :union 40 :union-all 45 :select 50