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

fix(cli): fix parsing port number #1495

Merged
merged 1 commit into from
Jun 4, 2021
Merged

fix(cli): fix parsing port number #1495

merged 1 commit into from
Jun 4, 2021

Conversation

benjie
Copy link
Member

@benjie benjie commented Jun 4, 2021

Description

pg-connection-string now returns the port as a string (which differs from previous versions where it was a number). This code now handles both strings and numbers.

Fixes #1494

Performance impact

Negligible; startup only, CLI only.

Security impact

None known.

@benjie benjie merged commit 940f16c into main Jun 4, 2021
@benjie benjie deleted the hotfix-cli-port branch June 4, 2021 11:59
@benjie
Copy link
Member Author

benjie commented Jun 4, 2021

Fix released in 4.12.3

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.

connection string port ignored - issue
1 participant