Skip to content
This repository was archived by the owner on Jun 8, 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: main
Choose a base ref
...
head repository: jpburbank/python-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 10, 2021

  1. allow updates within transaction to be dealt as update

    update statements executed with autocommit False are being handled as insert statements. The results in scenario will not have a row count of rows updated. Interestingly updates that are being executed with autocommit True, go through the proper path and are treated as update statements and come back with valid update row counts.
    
    Inline comments added for clarity to changes and adjacent blocks to help understand intent and usage. So the next person can read it quicker than myself.
    jpburbank committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    bad6082 View commit details
    Browse the repository at this point in the history
  2. transaction update test

    test that the execute method will send an autoccommit false update to the proper method. As well return back proper updated row count
    jpburbank committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    848ea54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e92ce View commit details
    Browse the repository at this point in the history
  4. formatting

    jpburbank committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    658d666 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Update README.rst

    jpburbank authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    fcfea8b View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    jpburbank authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    57e654a View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    jpburbank authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    446033f View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    jpburbank authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ab42e74 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Update setup.py

    jpburbank authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    00e7fde View commit details
    Browse the repository at this point in the history
  2. Update cursor.py

    jpburbank authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0211418 View commit details
    Browse the repository at this point in the history
Loading