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: v1.17.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: v1.17.1
Choose a head ref
  • 9 commits
  • 46 files changed
  • 3 contributors

Commits on Jun 4, 2020

  1. docs: update batch-usage reflect the correct usage (#93)

    The documentation incorrectly stated that `database.batch()` would return a `Batch` object. The recommended way to get a `Batch` object is to use the `BatchCheckout` as a context manager in a `with` statement. The documentation has been update to reflect this.
    
    Documentation links and minor grammar fixes are also included.
    larkee authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6ec64d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    16a812f View commit details
    Browse the repository at this point in the history
  2. docs: update documentation for database-usage (#96)

    The PR fixes the following:
    - links to other documentation
    - confusing wording
    - incorrect references to instance instead of database
    - incorrect grammar
    larkee authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    44e398c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. docs: update documentation for snapshot usage (#94)

    Co-authored-by: larkee <[email protected]>
    larkee and larkee authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    613d9c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. test: update system tests for emulator (#97)

    * test: update system tests for emulator
    
    * allow for emulator project to be set using GCLOUD_PROJECT
    
    * blacken via nox
    
    * use getenv to set default value
    
    Co-authored-by: larkee <[email protected]>
    larkee and larkee authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    33055e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    2b5946d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    8a3f8ca View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. ci: add kokoro change to synth.py (#104)

    * ci: add kokoro change to synth.py
    
    * skip test that fails when tests are run in parallel
    
    * fix lint errors
    
    Co-authored-by: larkee <[email protected]>
    larkee and larkee authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    80029eb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. chore: release 1.17.1 (#100)

    * updated CHANGELOG.md [ci skip]
    
    * updated setup.cfg [ci skip]
    
    * updated setup.py
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1e178c5 View commit details
    Browse the repository at this point in the history
Loading