Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save wilig/535543 to your computer and use it in GitHub Desktop.
(defn- paramatize
[x]
(cond
(keyword? x) (stmt (sqlize x))
:else (stmt "?" [x])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment