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: support PostgreSQL JDBC 42.7.0 #1208

Merged
merged 2 commits into from
Nov 23, 2023
Merged

Conversation

olavloite
Copy link
Collaborator

Adds support for the PostgreSQL JDBC driver version 42.7.0. This version introduces a couple of small changes that breaks the automatic detection of the JDBC driver in PGAdapter, which again caused some metadata queries to not be translated into queries that are compatible with Cloud Spanner.

Fixes #1207

Adds support for the PostgreSQL JDBC driver version 42.7.0. This version
introduces a couple of small changes that breaks the automatic detection
of the JDBC driver in PGAdapter, which again caused some metadata
queries to not be translated into queries that are compatible with Cloud
Spanner.

Fixes #1207
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5f1b71d) 89.99% compared to head (9726846) 89.95%.

Additional details and impacted files
@@                   Coverage Diff                    @@
##             postgresql-dialect    #1208      +/-   ##
========================================================
- Coverage                 89.99%   89.95%   -0.05%     
  Complexity                 2592     2592              
========================================================
  Files                       141      141              
  Lines                      8885     8887       +2     
  Branches                   1288     1290       +2     
========================================================
- Hits                       7996     7994       -2     
- Misses                      621      624       +3     
- Partials                    268      269       +1     
Flag Coverage Δ
all_tests 89.95% <100.00%> (-0.05%) ⬇️

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.

@olavloite olavloite merged commit 425d530 into postgresql-dialect Nov 23, 2023
32 of 33 checks passed
@olavloite olavloite deleted the support-jdbc-42.7.0 branch November 23, 2023 14:43
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.

PostgreSQL JDBC 42.7.0 is not detected by PGAdapter
1 participant