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

fix: add missing documentation for connection properties #155

Merged
merged 1 commit into from Jun 17, 2020
Merged

Conversation

olavloite
Copy link
Collaborator

Adds documentation for properties that are supported for end users and that were missing from the list.

This change does not add documentation for the userAgent property, as it is not a property that should be set by end users. That property should only be set by libraries that are maintained by Google.

Fixes #152

Add documentation for properties that are supported for end users.
This change does not add documentation for the userAgent property, as
it is not a property that should be set by end users. This property
should only be set by libraries that are maintained by Google.

Fixes #152
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 16, 2020
@codecov
Copy link

codecov bot commented Jun 16, 2020

Codecov Report

Merging #155 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #155   +/-   ##
=========================================
  Coverage     72.20%   72.20%           
  Complexity     1095     1095           
=========================================
  Files            24       24           
  Lines          3292     3292           
  Branches        495      495           
=========================================
  Hits           2377     2377           
  Misses          722      722           
  Partials        193      193           
Impacted Files Coverage Δ Complexity Δ
...java/com/google/cloud/spanner/jdbc/JdbcDriver.java 61.19% <ø> (ø) 14.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36612ee...5b432a2. Read the comment docs.

@olavloite olavloite requested a review from skuruppu June 16, 2020 19:02
@skuruppu skuruppu merged commit 9b53df4 into master Jun 17, 2020
@skuruppu skuruppu deleted the issue-152 branch June 17, 2020 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supported properties list of "JdbcDriver" is not up-to-date
3 participants