Skip to content

Commit

Permalink
Implements opposite of dsl/exists
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed Jun 9, 2016
1 parent 2ac344a commit f6a2743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/suricatta/dsl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,12 @@
(defer
(DSL/exists @q)))

(defn not-exists
"Create an exists condition."
[q]
(defer
(DSL/notExists @q)))

(defn group-by
[q & fields]
(defer
Expand Down

0 comments on commit f6a2743

Please sign in to comment.