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: experimental support for Prisma #590

Draft
wants to merge 61 commits into
base: postgresql-dialect
Choose a base branch
from

Conversation

olavloite
Copy link
Collaborator

Add experimental support for Prisma.

Towards #589

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
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Attention: Patch coverage is 68.42105% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 89.47%. Comparing base (6ef7240) to head (d820800).
Report is 998 commits behind head on postgresql-dialect.

Current head d820800 differs from pull request most recent head 0bcb268

Please upload reports for the commit 0bcb268 to get more accurate results.

Files Patch % Lines
...ud/spanner/pgadapter/utils/ClientAutoDetector.java 80.00% 6 Missing ⚠️
...google/cloud/spanner/pgadapter/utils/LazyInit.java 0.00% 4 Missing ⚠️
.../cloud/spanner/pgadapter/statements/PgCatalog.java 50.00% 2 Missing ⚠️
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     
Flag Coverage Δ
all_tests 89.47% <68.42%> (+3.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from set-names to postgresql-dialect January 18, 2023 08:57
@janpio
Copy link

janpio commented May 17, 2024

(After getting a notification for the branch update)
Anything we from @prisma can do to help here?

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

2 participants