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: allow using UUID in PreparedStatement #365

Merged
merged 1 commit into from Mar 1, 2021
Merged

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Allow using UUIDs as parameters in PreparedStatement
2 participants