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

Conversion uri->db-spec is not working as expected #243

Closed
fdabrao opened this issue Mar 9, 2023 · 0 comments
Closed

Conversion uri->db-spec is not working as expected #243

fdabrao opened this issue Mar 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fdabrao
Copy link

fdabrao commented Mar 9, 2023

Describe the bug
Using uri->db-spec do not convert the user and password to keyword, only to key string.

To Reproduce
Using this uri:
jdbc:postgresql://localhost:59659/********?user=**********&password=**********
result this:

{"user" "******",
  "password" "******",
  :dbtype "postgresql",
  :host "localhost",
  :port 59659,
  :dbname "******"}

Expected behavior

{:user "******",
  :password "******",
  :dbtype "postgresql",
  :host "localhost",
  :port 59659,
  :dbname "******"}

Version: 1.3.858

@seancorfield seancorfield self-assigned this Mar 12, 2023
@seancorfield seancorfield added the bug Something isn't working label Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants