Another TimesTen tweak

Client connections also don't have host/port because TimesTen uses ODBC 
under the hood it seems.
This commit is contained in:
Sean Corfield 2019-07-10 20:08:09 -07:00
parent 2131136c0d
commit 23ab03d391

View file

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