You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as a Dictionary `props` of the form `Dict("user" => "username", "passwd" => "password")`.
A minor issue, but one that left me scratching my head for a while: jdbc:oracle:thin requires that the dictionary you pass to the positional argument props have key/values as: Dict("user" => "username", "password" => "password")
Not sure if this is true for other connectors.
Also, it would be nice if the documentation was more explicit about needing to have usernames and passwords in a second argument embedded in a dictionary. Will submit a pull request.
The text was updated successfully, but these errors were encountered:
JDBC.jl/src/interface.jl
Line 38 in fe072f6
A minor issue, but one that left me scratching my head for a while:
jdbc:oracle:thin
requires that the dictionary you pass to the positional argumentprops
have key/values as:Dict("user" => "username", "password" => "password")
Not sure if this is true for other connectors.
Also, it would be nice if the documentation was more explicit about needing to have usernames and passwords in a second argument embedded in a dictionary. Will submit a pull request.
The text was updated successfully, but these errors were encountered: