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: report whether column is generated in JDBC metadata #291

Merged
merged 1 commit into from Dec 10, 2020

Conversation

olavloite
Copy link
Collaborator

Cloud Spanner now supports generated columns. These were reported as normal columns in the JDBC metadata. These are now reported correctly as generated columns.

Fixes #290

Cloud Spanner now supports generated columns. These were reported as normal columns
in the JDBC metadata. These are now reported correctly as generated columns.

Fixes #290
@olavloite olavloite requested review from a team as code owners December 8, 2020 18:07
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 8, 2020
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner-jdbc API. label Dec 8, 2020
@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

Merging #291 (4432bc0) into master (5531536) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #291   +/-   ##
=========================================
  Coverage     70.90%   70.90%           
  Complexity     1104     1104           
=========================================
  Files            24       24           
  Lines          3420     3420           
  Branches        525      525           
=========================================
  Hits           2425     2425           
  Misses          780      780           
  Partials        215      215           

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 5531536...4432bc0. Read the comment docs.

@olavloite olavloite merged commit 9aa9a1f into master Dec 10, 2020
@olavloite olavloite deleted the generated-columns-in-metadata branch December 10, 2020 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Report generated columns in JDBC metadata
2 participants