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(provider): Fix hostname parsing in connection options #64

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

amitds1997
Copy link
Owner

We were not parsing connection options correctly for hostname which needs to be removed from connection string. We have now implemented a more robust mechanism for handling this instead of relying on regular expressions.

Fixes #63.

We were not parsing connection options correctly for hostname which needs to be removed from connection string. We have now implemented a more robust mechanism for handling this instead of relying on regular expressions.

Fixes #63.
@amitds1997 amitds1997 merged commit e57a2f8 into main Nov 2, 2023
2 checks passed
@amitds1997 amitds1997 deleted the fix/hostname-not-filtered-bug branch November 2, 2023 18:10
@github-actions github-actions bot mentioned this pull request Nov 2, 2023
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.

Get remote OS failed: command not found
1 participant