Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle SQL connection requires different dictionary key naming convention than listed in docs #48

Open
jonkislin opened this issue Sep 26, 2019 · 0 comments

Comments

@jonkislin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant