Skip to content

docs: document psycopg2 usage #344

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

Merged
merged 3 commits into from
Sep 7, 2022
Merged

Conversation

olavloite
Copy link
Collaborator

  • Documents how to use psycopg2 with PGAdapter
  • Adds tests for using Unix Domain Sockets with psycopg2
  • Adds tests for DML/DDL semi-colon separated batches

- Documents how to use psycopg2 with PGAdapter
- Adds tests for using Unix Domain Sockets with psycopg2
- Adds tests for DML/DDL semi-colon separated batches
@olavloite olavloite requested a review from gauravsnj September 2, 2022 13:38
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Merging #344 (3a8c455) into postgresql-dialect (6562014) will increase coverage by 0.03%.
The diff coverage is n/a.

@@                   Coverage Diff                    @@
##             postgresql-dialect     #344      +/-   ##
========================================================
+ Coverage                 84.21%   84.24%   +0.03%     
- Complexity                 1619     1620       +1     
========================================================
  Files                       114      114              
  Lines                      5472     5472              
  Branches                    733      733              
========================================================
+ Hits                       4608     4610       +2     
+ Misses                      638      637       -1     
+ Partials                    226      225       -1     
Flag Coverage Δ
all_tests 84.24% <ø> (+0.03%) ⬆️

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

Impacted Files Coverage Δ
...loud/spanner/pgadapter/statements/DdlExecutor.java 87.91% <0.00%> (+1.34%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@gauravsnj gauravsnj left a comment

Choose a reason for hiding this comment

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

LGTM

@olavloite olavloite merged commit 4144c2d into postgresql-dialect Sep 7, 2022
@olavloite olavloite deleted the document-psycopg2 branch September 7, 2022 11:12
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.

2 participants