From c9f6a09a608bdea7ba14239d4e4ee87b3676f13d Mon Sep 17 00:00:00 2001 From: scgilardi Date: Sat, 4 Oct 2008 02:30:05 +0000 Subject: sql: remove superfluous the-str call --- src/clojure/contrib/sql/sql.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clojure') diff --git a/src/clojure/contrib/sql/sql.clj b/src/clojure/contrib/sql/sql.clj index 590dcd4c..902005de 100644 --- a/src/clojure/contrib/sql/sql.clj +++ b/src/clojure/contrib/sql/sql.clj @@ -103,7 +103,7 @@ "Inserts complete rows into a table. Each row is a seq of values for each of the table's columns in order." [con table & rows] - (apply insert-values con (the-str table) nil rows)) + (apply insert-values con table nil rows)) (defmacro with-results "Executes a query and then evaluates body repeatedly with rec bound to -- cgit v1.2.3-18-g5258