From 7f64e269845a3e17c68a2b593bcdca7fadd4542d Mon Sep 17 00:00:00 2001 From: Ken Fehling Date: Wed, 15 Nov 2017 18:59:54 -0500 Subject: [PATCH] Add :intersect to default-clause-priorities --- src/honeysql/format.cljc | 1 + 1 file changed, 1 insertion(+) 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