From 2131136c0dc16fe80d8ad6ec7a42c5f2bd9f71cf Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 10 Jul 2019 20:00:40 -0700 Subject: [PATCH] Another tweak to TimesTen direct --- src/next/jdbc/connection.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 3778fcb..155db94 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -144,6 +144,8 @@ (str "./" dbname))) (#{"derby" "hsqldb" "sqlite"} subprotocol) (str "jdbc:" subprotocol ":" dbname) + (#{"timesten:direct"} subprotocol) + (str "jdbc:" subprotocol db-sep dbname) :else (str "jdbc:" subprotocol ":" (host-prefixes subprotocol "//")