Skip to content

Conversation

nieltg
Copy link
Contributor

@nieltg nieltg commented Oct 31, 2019

Sometimes PostgreSQL passwords contain special characters, such as =, since it's also allowed to be there, and it rises a problem in finger generation code, which will mistakenly report this scenario as invalid dsn.

This PR fixes the problem with = character inside the password by splitting = only once, so:

  • The string before = will be treated as key.
  • The string after = will be treated as a value.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 59.476% when pulling 2ba33ac on nieltg:pull-1 into 27d5c99 on wrouesnel:master.

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

Successfully merging this pull request may close these issues.

3 participants