Skip to content

Conversation

@olavloite
Copy link
Collaborator

Enables the usage of UUIDs as a parameter in PreparedStatements. UUIDs are automatically translated to strings.

Fixes #364

Enables the usage of UUIDs as a parameter in PreparedStatements. UUIDs are automatically translated to strings. Fixes #364
@olavloite olavloite requested a review from a team as a code owner February 22, 2021 11:22
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 22, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner-jdbc API. label Feb 22, 2021
@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #365 (84bba09) into master (2cee011) will decrease coverage by 0.02%.
The diff coverage is 50.00%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #365 +/- ## ============================================ - Coverage 71.98% 71.96% -0.03%  - Complexity 1131 1132 +1  ============================================ Files 24 24 Lines 3520 3524 +4 Branches 537 539 +2 ============================================ + Hits 2534 2536 +2  - Misses 767 769 +2  Partials 219 219 
Impacted Files Coverage Δ Complexity Δ
.../google/cloud/spanner/jdbc/JdbcParameterStore.java 50.48% <50.00%> (-0.01%) 128.00 <0.00> (+1.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 2cee011...31a2214. Read the comment docs.

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.

3 participants