-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bug: parseConnectionString #34
Comments
Could I get an example of a broken connection string? Perhaps a gist or pull request w/ a failing test? I think I know what you're saying but don't want to suggest a fix until I can see what connection string is causing you grief. |
https://gist.github.com/1012501 But I think this is a problem in node and we filled an other ticket. Sorry for disturbing you. Node ticket: nodejs/node-v0.x-archive#1163 |
Closing issue as it's related to node |
Support more modes to set the host as a socket
The parseConnectionString function does not work for connection strings containing for example ? as char. This is because we use url.parse()
The text was updated successfully, but these errors were encountered: