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

When using url connection declaration improper db name #78

Open
robdsoule opened this issue Jul 23, 2016 · 1 comment
Open

When using url connection declaration improper db name #78

robdsoule opened this issue Jul 23, 2016 · 1 comment

Comments

@robdsoule
Copy link

robdsoule commented Jul 23, 2016

If using url: 'postgresql://user:pw@localhost:5432/dbName?ssl=false' in connections.js

There is an error when attempting to connect to the database. It is attempting to connect to 'dbName?ssl=false' instead of dbName, I believe there should be a handler in place to check for the query ssl.

@RWOverdijk
Copy link
Collaborator

Seen your PR, tested it. Sorry for the late response.

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

No branches or pull requests

2 participants