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

#2336: Make PGConnectionSupplier respect custom connection properties #2337

Merged
merged 2 commits into from Aug 25, 2023

Conversation

otbe
Copy link
Member

@otbe otbe commented Aug 25, 2023

closes #2336

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #2337 (b22dd46) into master (e9fbd5e) will decrease coverage by 0.03%.
Report is 4 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2337      +/-   ##
============================================
- Coverage     87.81%   87.78%   -0.03%     
- Complexity     1790     1791       +1     
============================================
  Files           302      302              
  Lines          6897     6893       -4     
  Branches        504      504              
============================================
- Hits           6056     6050       -6     
- Misses          675      677       +2     
  Partials        166      166              

@sonarcloud
Copy link

sonarcloud bot commented Aug 25, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@uweschaefer uweschaefer merged commit 6bded43 into master Aug 25, 2023
11 checks passed
@uweschaefer uweschaefer deleted the issue2336 branch August 25, 2023 11:15
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.

PgConnectionSupplier does not respect custom connection settings
2 participants