-
Notifications
You must be signed in to change notification settings - Fork 24
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: experimental support for Prisma #590
base: postgresql-dialect
Are you sure you want to change the base?
Conversation
PostgreSQL supports the alias `set names '<value>'` for setting the client encoding. This is an alias for `set client_encoding to '<value>'`. Fixes #581
Add experimental support for Prisma.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## postgresql-dialect #590 +/- ##
========================================================
+ Coverage 86.32% 89.47% +3.15%
- Complexity 1914 2354 +440
========================================================
Files 122 130 +8
Lines 6216 7802 +1586
Branches 849 1115 +266
========================================================
+ Hits 5366 6981 +1615
+ Misses 605 573 -32
- Partials 245 248 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…pter into prisma-support
(After getting a notification for the branch update) |
Add experimental support for Prisma.
Towards #589