Another tweak to TimesTen direct
This commit is contained in:
parent
2c524614ce
commit
2131136c0d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 "//")
|
||||
|
|
|
|||
Loading…
Reference in a new issue