From d70e99185025eeef545248321c04d885aa6a38c2 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Tue, 14 May 2013 11:12:05 +1000 Subject: Most of the RA stuff works now. Need to fix up the compilation to return a query ready for value substitution by the jdbc stuff, or something (rather than embedding parameters in the query). Also need to add insert!, update! and delete! functions. --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index c024d44..a568c1d 100644 --- a/project.clj +++ b/project.clj @@ -3,4 +3,5 @@ :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[org.clojure/clojure "1.5.1"]]) + :dependencies [[org.clojure/clojure "1.5.1"] + [midje "1.5.0"]]) -- cgit v1.2.3