diff --git a/src/honeysql/format.cljc b/src/honeysql/format.cljc index d9509d9..43b184e 100644 --- a/src/honeysql/format.cljc +++ b/src/honeysql/format.cljc @@ -174,7 +174,9 @@ (def default-clause-priorities "Determines the order that clauses will be placed within generated SQL" - {:with 30 + {:union 20 + :union-all 25 + :with 30 :with-recursive 40 :select 50 :insert-into 60