Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
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: 2bdd21c
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: 215aaae
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 <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: skuruppu <skuruppu@google.com>
    
    * refactor: make last_commit_stats public
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: skuruppu <skuruppu@google.com>
    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 <31196561+larkee@users.noreply.github.com>
    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 <larkee@users.noreply.github.com>
    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
Loading