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

Refactor of parse_dsn() #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rkleemann
Copy link

Use this in place of #132 or #143

@choroba
Copy link
Contributor

choroba commented Mar 21, 2019

It seems the new test is missing in the manifest.

my %attrs_localhost_test = (
database => 'test',
host => 'localhost',
port => 3306,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

localhost is local unit socket, so port option cannot be used together with localhost.

@pali
Copy link
Member

pali commented Mar 21, 2019

Also, you have opened this change in 3 different pull requests. Please update code in existing pull request and do not open new one. One change with whole review should be in one pull request.

@pali
Copy link
Member

pali commented Aug 26, 2023

@rkleemann could you fix the issues mentioned above in the review?

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.

None yet

3 participants