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

update url connection-string handling to work with modern pq #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

risicle
Copy link

@risicle risicle commented Oct 22, 2021

Since lib/pq#818, pq.ParseURL will now quote the values in returned strings, so trim these if present. Also improve the parsing error message to include the troublesome string in question.

While we're at it, update driver tests to handle responses that newer pq versions may produce.

pq.ParseURL will now quote the values in returned strings, so trim
these if present. also improve the parsing error message to include
the troublesome string in question.

update driver tests to handle responses that newer pq versions may
produce.
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

1 participant