aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/sql.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/sql.clj')
-rw-r--r--src/clojure/contrib/sql.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/sql.clj b/src/clojure/contrib/sql.clj
index f4e1ac3f..75242b5c 100644
--- a/src/clojure/contrib/sql.clj
+++ b/src/clojure/contrib/sql.clj
@@ -19,8 +19,9 @@
(:use [clojure.contrib.def :only (defalias)])
(:use clojure.contrib.sql.internal))
+(defalias find-connection find-connection*)
(defalias connection connection*)
-
+
(defmacro with-connection
"Evaluates body in the context of a new connection to a database then
closes the connection. db-spec is a map containing string values for