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: v2.0.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: v2.1.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 6 contributors

Commits on Nov 12, 2020

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

Commits on Nov 20, 2020

  1. feat: remove adding a dummy WHERE clause into UPDATE and DELETE state…

    …ments (#169)
    
    * feat: don't add dummy WHERE clause into UPDATE and DELETE queries
    
    * fix docstrings
    Ilya Gurov authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    7f4d478 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. test: unskip list_backup_operations sample test (#170)

    * test: unskip list_backup_operations sample test
    
    * fix: map operation protos to api_core wrapper
    
    * style: fix lint error
    
    Co-authored-by: larkee <[email protected]>
    larkee and larkee authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    864f09c View commit details
    Browse the repository at this point in the history
  2. fix: Add sqlparse dependency (#171)

    Co-authored-by: larkee <[email protected]>
    c24t and larkee authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e801a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59d502 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

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

Commits on Nov 30, 2020

  1. chore: release 2.1.0 (#173)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [2.1.0](https://www.github.com/googleapis/python-spanner/compare/v2.0.0...v2.1.0) (2020-11-24)
    
    
    ### Features
    
    * **dbapi:** add aborted transactions retry support ([#168](https://www.github.com/googleapis/python-spanner/issues/168)) ([d59d502](https://www.github.com/googleapis/python-spanner/commit/d59d502590f618c8b13920ae05ab11add78315b5)), closes [#34](https://www.github.com/googleapis/python-spanner/issues/34) [googleapis/python-spanner-django#544](https://www.github.com/googleapis/python-spanner-django/issues/544)
    * remove adding a dummy WHERE clause into UPDATE and DELETE statements ([#169](https://www.github.com/googleapis/python-spanner/issues/169)) ([7f4d478](https://www.github.com/googleapis/python-spanner/commit/7f4d478fd9812c965cdb185c52aa9a8c9e599bed))
    
    
    ### Bug Fixes
    
    * Add sqlparse dependency ([#171](https://www.github.com/googleapis/python-spanner/issues/171)) ([e801a2e](https://www.github.com/googleapis/python-spanner/commit/e801a2e014fcff66a69cb9da83abedb218cda2ab))
    
    
    ### Reverts
    
    * Revert "test: unskip list_backup_operations sample test (#170)" (#174) ([6053f4a](https://www.github.com/googleapis/python-spanner/commit/6053f4ab0fc647a9cfc181e16c246141483c2397)), closes [#170](https://www.github.com/googleapis/python-spanner/issues/170) [#174](https://www.github.com/googleapis/python-spanner/issues/174)
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cf87cdf View commit details
    Browse the repository at this point in the history
Loading