Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.19.1
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.20.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 5 contributors

Commits on Feb 19, 2022

  1. chore(main): release 6.19.2-SNAPSHOT (#1702)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0550d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. feat: allows for getting json columns using getValue (#1699)

    * feat: allow for retrieving json using getValue
    
    Allows for getting JSON values using resultSet.getValue().
    
    * feat: allows for value.getString on json values
    
    Overrides the getString method in json values to allow for getString and
    getStringArray on json values.
    
    * fix: fix test (wrong method called)
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * fix: fix test (wrong method called)
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Knut Olav Løite <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a51973b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e157a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. test: handle untyped null parameters in Mock Spanner server (#1707)

    Support untyped null values in statement parameters for the mock Spanner
    server used for testing.
    olavloite authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    98cac5d View commit details
    Browse the repository at this point in the history
  2. fix(java): make system property accessible for native image compilati…

    …on (#1694)
    
    * fix(java): make system properties accessible for native image compilation
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    mpeddada1 and gcf-owl-bot[bot] authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e3fb2b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. chore(main): release 6.20.0 (#1706)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    754a138 View commit details
    Browse the repository at this point in the history
Loading