Skip to content

Instantly share code, notes, and snippets.

@wilig
Created August 18, 2010 17:43
Show Gist options
  • Select an option

  • Save wilig/535545 to your computer and use it in GitHub Desktop.

Select an option

Save wilig/535545 to your computer and use it in GitHub Desktop.
(defn- sql-exp
[op p1 p2]
(merge-with concat (paramatize p1) (stmt op) (paramatize p2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment