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/python-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: googleapis/python-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 4, 2021

  1. fix: add support for json data type (#593)

    * fix: add support for json data type
    
    * fix: skip json test for emulator
    
    * refactor: move JsonObject data type to spanner_v1/types/datatypes.py
    
    * refactor: remove duplicate import
    
    * refactor: remove extra connection creation in test
    
    * refactor: move data_types.py file to google/cloud/spanner_v1/
    
    * fix: increased db version time to current time, to give db backup more time
    
    * fix: undo database_version_time method definition.
    vi3k6i5 authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    bc5ddc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db63aee View commit details
    Browse the repository at this point in the history
  3. test: delete referencing databases before backups (#581)

    * test: delete referencing databases before backups
    
    * fix: use proto value
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    0404a33 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. chore: release 3.11.1 (#607)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
    release-please[bot] and vi3k6i5 authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    aaec1db View commit details
    Browse the repository at this point in the history
Loading