feat: allow session pool settings in connection url#821
Merged
thiagotnunes merged 2 commits intomasterfrom Jan 31, 2021
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #821 +/- ##
============================================
- Coverage 85.05% 84.98% -0.08%
- Complexity 2564 2580 +16
============================================
Files 143 143
Lines 14062 14132 +70
Branches 1348 1368 +20
============================================
+ Hits 11961 12010 +49
- Misses 1539 1550 +11
- Partials 562 572 +10
Continue to review full report at Codecov.
|
thiagotnunes
approved these changes
Jan 31, 2021
thiagotnunes
pushed a commit
that referenced
this pull request
May 6, 2021
* feat: allow session pool settings in connection url * fix: use NoCredentials in test
ansh0l
pushed a commit
to ansh0l/java-spanner
that referenced
this pull request
Nov 10, 2022
rajatbhatta
pushed a commit
to rajatbhatta/java-spanner
that referenced
this pull request
Nov 17, 2022
Adds `pg_catalog` as an expected schema to the JDBC metadata tests. Fixes googleapis#810
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows min/max sessions for the backing
SessionPoolto be specified in the connection URL.Towards googleapis/java-spanner-jdbc#334