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/go-sql-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/go-sql-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pywrapper-dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 33 files changed
  • 1 contributor

Commits on Oct 9, 2025

  1. SpannerLib Wrapper for python

    * Implements Connection, Pool, Rows library objects
    * Implements commands CreatePool, CreateConnection, Release
    * Implements commands Execute, Metadata and Next
    * Added unit and system tests
    * Added build setup
    bhatt4982 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    6de0bf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Added support for Transactions functions

    * Added begin, rollback, commit support
    * Added unit and system tests
    * Added samples
    bhatt4982 committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    fd55e48 View commit details
    Browse the repository at this point in the history
  2. Added execute_batch()

    * Added unit and system tests
    * Added samples
    bhatt4982 committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    a869388 View commit details
    Browse the repository at this point in the history
Loading