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 #6

Closed
wants to merge 1 commit into from

Conversation

yecs1999
Copy link

(Copied over from #4)
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.
@yecs1999 yecs1999 closed this May 19, 2022
@yecs1999 yecs1999 deleted the modern-pq branch May 19, 2022 20:47
@yecs1999 yecs1999 restored the modern-pq branch May 19, 2022 20:47
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.

1 participant