Skip to content
Snippets Groups Projects
Commit d1cc77d0 authored by Cam Saül's avatar Cam Saül
Browse files

Update out-of-date docstring

parent 4daca535
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment