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 Prisma as a well-known-client #1969

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

olavloite
Copy link
Collaborator

Adds Prisma as a well-known-client to PGAdapter and add default query replacements for it. Prisma does not send enough unique parameters or queries at startup for PGAdapter to automatically detect it. The well-known-client will therefore only be used if the user has specifically specified it in the connction URL.

Adds Prisma as a well-known-client to PGAdapter and add default
query replacements for it. Prisma does not send enough unique
parameters or queries at startup for PGAdapter to automatically
detect it. The well-known-client will therefore only be used if
the user has specifically specified it in the connction URL.
@olavloite olavloite merged commit 8f68658 into postgresql-dialect Jun 18, 2024
43 checks passed
@olavloite olavloite deleted the add-prisma-well-known-client branch June 18, 2024 12:09
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