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.48.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.49.0
Choose a head ref
  • 10 commits
  • 55 files changed
  • 9 contributors

Commits on Aug 5, 2024

  1. chore(spanner): Issue591# cursor.list tables() is returning views (#1162

    )
    
    * chore(spanner): Issue#591 - Update dbapi cursor.list_tables() - add arg include_views
    
    - cursor.list_tables() return table and views by default
    - added another variable include_view
    - returns tables and views if include_view is set to True(default)
    - returns tables only if include_view is set to False
    - kept default value to True otherwise it will break any existing script
    
    * Revert "chore(spanner): Issue#591 - Update dbapi cursor.list_tables() - add arg include_views"
    
    This reverts commit e898d4ea0a69464d38f8c4d5c461a858558bd41b.
    
    * chore(spanner): Issue591# cursor.list_tables() is returning views as well
      - cursor.list_tables() returns table and views by default
      - added parameter include_views with default to True
      - If include_views is false, cursor.list_tables() would return only tables(table_type = 'BASE TABLE')
    
    * chore(spanner): Issue591# cursor.list tables() is returning views
    
    - fix lint failure
    
    * chore(spanner): Issue591# cursor.list tables() is returning views
    
    - Fixed unit test
    
    ---------
    
    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    bhatt4982 and harshachinta authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    32f337b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a77146 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat(spanner): add samples for instance partitions (#1168)

    * feat(spanner): add samples for instance partitions
    
    * PR feedback
    
    ---------
    
    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    varuncnaik and harshachinta authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    55f83dc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat(spanner): Add resource reference annotation to backup schedules (#…

    …1176)
    
    * feat(spanner): Add support for Cloud Spanner Incremental Backups
    
    PiperOrigin-RevId: 657612329
    
    Source-Link: googleapis/googleapis@e77b669
    
    Source-Link: googleapis/googleapis-gen@0f66346
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGY2NjM0NjlmM2VkY2MzNGM2MGMxYmJlMDE3MjdjYzVlYjk3MWM2MCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update gapic-generator-python to v1.18.5
    
    PiperOrigin-RevId: 661268868
    
    Source-Link: googleapis/googleapis@f7d214c
    
    Source-Link: googleapis/googleapis-gen@79a8411
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzlhODQxMWJiZGIyNWE5ODNmYTNhYWU4YzBlMTQzMjdkZjEyOWY5NCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat(spanner): add edition field to the instance proto
    
    PiperOrigin-RevId: 662226829
    
    Source-Link: googleapis/googleapis@eb87f47
    
    Source-Link: googleapis/googleapis-gen@0fb784e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGZiNzg0ZTgyNjdmMDkzMWQyNGYxNTJlYzVmNjZlODA5YzJhMmVmYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat(spanner): Add resource reference annotation to backup schedules
    docs(spanner): Add an example to filter backups based on schedule name
    
    PiperOrigin-RevId: 662402292
    
    Source-Link: googleapis/googleapis@96facec
    
    Source-Link: googleapis/googleapis-gen@fe33f1c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmUzM2YxYzYxNDE1YWVmNGU3MGY0OTFkZmI4Nzg5YTY4ZThkOTA4MyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    3 people authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b503fc9 View commit details
    Browse the repository at this point in the history
  2. test(spanner): Refactoring testdata (#1184)

    * chore(spanner): Issue1180# [Refactoring] Create a copy of samples/samples/testdata in tests
    
    * created copy in tests/system and test/unit
    * updated references
    
    * chore(spanner): Issue1180# [Refactoring] Create a copy of samples/samples/testdata in tests
    
    * updated formatting (nox -s blacken)
    
    ---------
    
    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    bhatt4982 and harshachinta authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3c91a01 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. chore(spanner): Issue#1143 - Update dependency (#1158)

    * chore(spanner): Issue#1143 - Update dependency - Move grpc-interceptor to extras_required named testing
    
    * chore(spanner): Issue#1143 - Update dependency - Move grpc-interceptor to extras_required named testing
    
    * chore(spanner): Issue#1143 - Update dependency
    
    - add dependency 'testing' for pretest
    
    * chore(spanner): Issue#1143 - Update dependency
    
    - add dependency 'testing' for docs and docfx sessions
    
    * chore(spanner): Issue#1143 - Update dependency
    
      - Added "testing" dependency to owlbot.py
      - Fixed lint error
    
    ---------
    
    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    bhatt4982 and harshachinta authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    44434aa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore(spanner): Issue1178# [spanner_dbapi] While running a query that…

    … contains just comment, it causes an IndexError exception (#1181)
    
    - returned ProgrammingError - Invalid statement
    bhatt4982 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bd62d7c View commit details
    Browse the repository at this point in the history
  2. feat: Create a few code snippets as examples for using Spanner Graph …

    …in Python (#1186)
    
    * Create a set of code snippets for using Graph on Cloud Spanner
    
    * Update to match gcloud/cli examples that exist in the docs
    
    * Fix update with graph query predicate syntax
    
    * Added an update step for allowing commit timestamps and changed to schema to not have that option
    
    * Fix styling using flake8
    
    * Add tests for new Spanner Graph snippets
    
    * Fix some region tags that were inconsistent
    
    * Remove one unnecessary function and some redundant comments
    
    * Remove reference to allow_commit_timestamp
    
    * Fix lint issues in test file
    
    ---------
    
    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    bharadwajvr and harshachinta authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f886ebd View commit details
    Browse the repository at this point in the history
  3. fix: JsonObject init when called on JsonObject of list (#1166)

    Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
    forksumit and harshachinta authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c4af6f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. chore(main): release 3.49.0 (#1182)

    * chore(main): release 3.49.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d2c0523 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy