Another tweak to TimesTen direct

This commit is contained in:
Sean Corfield 2019-07-10 20:00:40 -07:00
parent 2c524614ce
commit 2131136c0d

View file

@ -144,6 +144,8 @@
(str "./" dbname))) (str "./" dbname)))
(#{"derby" "hsqldb" "sqlite"} subprotocol) (#{"derby" "hsqldb" "sqlite"} subprotocol)
(str "jdbc:" subprotocol ":" dbname) (str "jdbc:" subprotocol ":" dbname)
(#{"timesten:direct"} subprotocol)
(str "jdbc:" subprotocol db-sep dbname)
:else :else
(str "jdbc:" subprotocol ":" (str "jdbc:" subprotocol ":"
(host-prefixes subprotocol "//") (host-prefixes subprotocol "//")