This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Does not handle parametized queries for the | |
;; simple reason that I was dealing with a pre-formatted | |
;; string to call a stored procedure. | |
;; | |
;; Feel free to fork and improve. :-) | |
(require '[clojure.java.jdbc :as j] | |
'[clojure.java.jdbc.sql :as s]) | |