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:
parent
2131136c0d
commit
23ab03d391
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
||||||
(str "./" dbname)))
|
(str "./" dbname)))
|
||||||
(#{"derby" "hsqldb" "sqlite"} subprotocol)
|
(#{"derby" "hsqldb" "sqlite"} subprotocol)
|
||||||
(str "jdbc:" subprotocol ":" dbname)
|
(str "jdbc:" subprotocol ":" dbname)
|
||||||
(#{"timesten:direct"} subprotocol)
|
(#{"timesten:client" "timesten:direct"} subprotocol)
|
||||||
(str "jdbc:" subprotocol db-sep dbname)
|
(str "jdbc:" subprotocol db-sep dbname)
|
||||||
:else
|
:else
|
||||||
(str "jdbc:" subprotocol ":"
|
(str "jdbc:" subprotocol ":"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue