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.1.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.2.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 9 contributors

Commits on Feb 24, 2021

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

Commits on Feb 25, 2021

  1. feat: add samples for PITR (#222)

    This PR modifies existing samples and adds a sample to show how to use the PITR feature.
    zoercai authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    da146b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. feat: add sample for commit stats (#241)

    * feat: add sample for commit stats
    
    * fix: use correct kwarg
    
    * fix: correct super call
    
    * fix: add missing super init call
    
    * fix: update super init call
    
    * fix: use correct key
    
    * refactor: remove testing file
    
    * test: fix typo
    
    * Apply suggestions from code review
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: skuruppu <[email protected]>
    
    * refactor: make last_commit_stats public
    
    Co-authored-by: larkee <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: skuruppu <[email protected]>
    4 people authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1343656 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. feat: add Database.list_tables method (#219)

    * feat: add `Database.list_tables` method
    
    * update docs, add tests
    
    * remove numeric from get_schema test
    
    The NUMERIC column is not included in the emulator system tests.
    
    * add unit tests
    
    * add docs for table api and usage
    
    * fix link to Field class
    
    * typo in table constructor docs
    
    * add reload and exists methods
    
    * feat: add table method to database
    
    * update usage docs to use factory method
    
    * address warning in GitHub UI for sphinx header
    
    * Update docs/table-usage.rst
    
    Co-authored-by: larkee <[email protected]>
    tswast and larkee authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    28bde8c View commit details
    Browse the repository at this point in the history
  2. fix: remove print statement (#245)

    Co-authored-by: larkee <[email protected]>
    larkee and larkee authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1c2a64f View commit details
    Browse the repository at this point in the history
  3. samples: PITR samples backup fix (#247)

    * samples: creates a backup using the current time
    
    Instead of using the earliest version time of the database, uses the
    current time (from spanner). If we used the earliest version time of the
    database instead we would be creating an empty backup, since the
    database we are backing up is not 1 hour old (default version retention
    period).
    
    * samples: addresses pr comments
    
    Refactors create backup sample
    thiagotnunes authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f984b26 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

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

Commits on Mar 8, 2021

  1. chore: release 3.2.0 (#244)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [3.2.0](https://www.github.com/googleapis/python-spanner/compare/v3.1.0...v3.2.0) (2021-03-02)
    
    
    ### Features
    
    * add `Database.list_tables` method ([#219](https://www.github.com/googleapis/python-spanner/issues/219)) ([28bde8c](https://www.github.com/googleapis/python-spanner/commit/28bde8c18fd76b25ec1b64c44db7c1600255256f))
    * add sample for commit stats ([#241](https://www.github.com/googleapis/python-spanner/issues/241)) ([1343656](https://www.github.com/googleapis/python-spanner/commit/1343656ad43dbc41c119b652d8fe9360fa2b0e78))
    * add samples for PITR ([#222](https://www.github.com/googleapis/python-spanner/issues/222)) ([da146b7](https://www.github.com/googleapis/python-spanner/commit/da146b7a5d1d2ab6795c53301656d39e5594962f))
    
    
    ### Bug Fixes
    
    * remove print statement ([#245](https://www.github.com/googleapis/python-spanner/issues/245)) ([1c2a64f](https://www.github.com/googleapis/python-spanner/commit/1c2a64fd06404bb7c2dfb4a8f65edd64c7710340))
    ---
    
    
    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 Mar 8, 2021
    Configuration menu
    Copy the full SHA
    215aaae View commit details
    Browse the repository at this point in the history
Loading