From b831525948da696ec97cc12c74ace4e089247db6 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 23 May 2019 10:05:27 -0700 Subject: [PATCH] Remove leftover REPL debugging code --- src/next/jdbc/connection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 25a66df..f318126 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -130,7 +130,7 @@ loaded))))))) (throw (ex-info (str "Unknown dbtype: " dbtype) db-spec))) [url etc])) -(def class-name "java.lang.String") + (defn- string->url+etc "Given a JDBC URL, return it with an empty set of options with no parsing." [s]