From 804305d3c5162c484cd3a3b2b803238535258bd7 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 28 Sep 2020 11:52:32 -0700 Subject: [PATCH] Add EXCEPT ALL --- src/honey/sql.cljc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/honey/sql.cljc b/src/honey/sql.cljc index dbe29f3..b7019ee 100644 --- a/src/honey/sql.cljc +++ b/src/honey/sql.cljc @@ -331,6 +331,7 @@ :union #'format-on-set-op :union-all #'format-on-set-op :except #'format-on-set-op + :except-all #'format-on-set-op :select #'format-selects :insert-into #'format-insert :update #'format-selector