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: expose more methods from Connection in JDBC #255

Merged
merged 4 commits into from Dec 5, 2020

Commits on Nov 9, 2020

  1. feat: expose more methods from Connection in JDBC

    More methods from the Connection API should be exposed in the
    Cloud Spanner JDBC Connection interface to make it easier to
    execute read-only transactions with specific timestamp bounds.
    
    Towards #253
    olavloite committed Nov 9, 2020
    Copy the full SHA
    1fac0dc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Dec 5, 2020

  1. Copy the full SHA
    850f642 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cb3ac22 View commit details
    Browse the repository at this point in the history