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

feat: add connection parameter nativeConnectionString #2751

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

Conversation

furiozo-ga
Copy link

for when you want to pass connection string AS IS to pg-native
which allows the use of features present in libpq but still not
implemented in the js drivers
like multihost URI

for when you want to pass connection string AS IS to pg-native
which allows the use of features present in libpq but still not
impremented in the js drivers
Copy link
Owner

@brianc brianc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay here on my part with the review. Can you supply a test case that covers this? I typically don't merge code unless its covered by tests.

@alexkvak
Copy link

There is another one PR with the same changes but with tests #2941

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

3 participants