We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uri->db-spec
Describe the bug Using uri->db-spec do not convert the user and password to keyword, only to key string.
user
password
To Reproduce Using this uri: jdbc:postgresql://localhost:59659/********?user=**********&password=********** result this:
jdbc:postgresql://localhost:59659/********?user=**********&password=**********
{"user" "******", "password" "******", :dbtype "postgresql", :host "localhost", :port 59659, :dbname "******"}
Expected behavior
{:user "******", :password "******", :dbtype "postgresql", :host "localhost", :port 59659, :dbname "******"}
Version: 1.3.858
1.3.858
The text was updated successfully, but these errors were encountered:
70a5db8
seancorfield
No branches or pull requests
Describe the bug
Using
uri->db-spec
do not convert theuser
andpassword
to keyword, only to key string.To Reproduce
Using this uri:
jdbc:postgresql://localhost:59659/********?user=**********&password=**********
result this:
Expected behavior
Version:
1.3.858
The text was updated successfully, but these errors were encountered: