Skip to content

Instantly share code, notes, and snippets.

@kirasystems
Created June 18, 2012 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirasystems/2946182 to your computer and use it in GitHub Desktop.
Save kirasystems/2946182 to your computer and use it in GitHub Desktop.
without-results function
(defn without-results
"Stop the query returning results."
[query]
(dissoc query :results))
; Example
(insert log without-results (values [{:foo 1 :bar 2}]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment