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 Loading
base: v6.45.1
Choose a base ref
...
head repository: googleapis/java-spanner Loading
compare: v6.45.2
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 13, 2023

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …22.0 (#2578)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.22.0
    
    * 🦉 Updates from OwlBot post-processor
    
    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>
    renovate-bot and gcf-owl-bot[bot] committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d946cbe View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.45.2-SNAPSHOT (#2586)

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

Commits on Aug 14, 2023

  1. fix: getColumnCount would fail for empty partititioned result sets (#…

    …2588)
    
    Calling getColumnCount() would fail for ResultSets that were returned for partitioned
    queries. The reason for this was that the number of columns would be calculated based
    on the last seen row. This would not work for ResultSets without any rows at all.
    olavloite committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9a2f3fc View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.45.2 (#2589)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d9c3b7e View commit details
    Browse the repository at this point in the history
Loading