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 get/set Spanner Value instances #454

Merged
merged 2 commits into from May 4, 2021

Commits on May 3, 2021

  1. feat: allow get/set Spanner Value instances

    Adds support for getting a value from a java.sql.ResultSet as a
    com.google.cloud.spanner.Value instance, and for setting a parameter on a
    java.sql.PreparedStatement using a com.google.cloud.spanner.Value instance.
    
    Fixes #452
    olavloite committed May 3, 2021
    Copy the full SHA
    5fda884 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Copy the full SHA
    f65350e View commit details
    Browse the repository at this point in the history