Skip to content

feat: report whether column is generated in JDBC metadata#291

Merged
olavloite merged 1 commit intomasterfrom
generated-columns-in-metadata
Dec 10, 2020
Merged

feat: report whether column is generated in JDBC metadata#291
olavloite merged 1 commit intomasterfrom
generated-columns-in-metadata

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 and thiagotnunes 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