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 "//")