FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing 7dracoder:main...google:main · 7dracoder/python-spanner-orm · GitHub

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: 7dracoder/python-spanner-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: google/python-spanner-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 12, 2026

  1. Add support for disable_builtin_metrics in SpannerConnection and connect

    Allow passing disable_builtin_metrics to SpannerConnection and connect helper functions to be forwarded to google.cloud.spanner.Client.
    oortega15 committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    7699d2e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2026

  1. Support forwarding arbitrary client kwargs to spanner.Client Allow pa…

    …ssing arbitrary keyword arguments (**client_kwargs) through SpannerConnection, spanner_orm.connect(), and spanner_orm.admin.connect() to be forwarded directly to google.cloud.spanner.Client. This makes the ORM flexible and future-proof, allowing callers to configure options like disable_builtin_metrics, route_to_leader_enabled, etc.
    oortega15 committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    dbbd378 View commit details
    Browse the repository at this point in the history
  2. Support forwarding arbitrary client kwargs to spanner.Client Allow pa…

    …ssing arbitrary keyword arguments (**client_kwargs) through SpannerConnection, spanner_orm.connect(), and spanner_orm.admin.connect() to be forwarded directly to google.cloud.spanner.Client.
    oortega15 committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    b3d476d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. Configuration menu
    Copy the full SHA
    5d0355e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe389a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc99bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0ae177 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3168aa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e86c777 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dddd93 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2026

  1. Merge pull request google#196 from google/support-disable-builtin-met…

    …rics
    
    Support forwarding arbitrary client kwargs to spanner.Client
    oortega15 authored Aug 19, 2026
    Configuration menu
    Copy the full SHA
    d841041 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL