Skip to content
Snippets Groups Projects
Commit 062207fe authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #4962 from metabase/leave-clowntown

Update out-of-date docstring
parents ec321056 d1cc77d0
Branches
Tags
No related merge requests found
......@@ -43,9 +43,8 @@
[#"XML" :type/*]])
(defn- connection-details->spec
"Create a database specification for an Oracle database. DETAILS should include keys
for `:user`, `:password`, and `:sid`. You can also optionally set `:host` and `:port`, and
supply `:addtional-options` that are appended to the end of the JDBC connection string."
"Create a database specification for an Oracle database. DETAILS should include keys for `:user`,
`:password`, and one or both of `:sid` and `:serivce-name`. You can also optionally set `:host` and `:port`."
[{:keys [host port sid service-name]
:or {host "localhost", port 1521}
:as details}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment