-
Notifications
You must be signed in to change notification settings - Fork 197
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
support pgx v4 driver #831
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thank you! We just need to maintain API compatibility (see comment about apmpq.ParseDSN), otherwise this is good to merge.
jenkins run the tests please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more small things, otherwise LGTM.
5597144
to
086a9b6
Compare
|
Codecov Report
@@ Coverage Diff @@
## master #831 +/- ##
=======================================
Coverage 83.65% 83.65%
=======================================
Files 136 138 +2
Lines 7823 7827 +4
=======================================
+ Hits 6544 6548 +4
Misses 870 870
Partials 409 409
Continue to review full report at Codecov.
|
Nice work, thanks very much @Deepak13245! |
No description provided.