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)))
(#{"derby" "hsqldb" "sqlite"} subprotocol)
(str "jdbc:" subprotocol ":" dbname)
(#{"timesten:direct"} subprotocol)
(str "jdbc:" subprotocol db-sep dbname)
:else
(str "jdbc:" subprotocol ":"
(host-prefixes subprotocol "//")