Thanks to visit codestin.com
Credit goes to github.com

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-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.1
Choose a base ref
...
head repository: googleapis/python-spanner-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on May 30, 2025

  1. feat: support multi-row inserts (#671)

    Support multi-row inserts like
    ```sql
    INSERT INTO tbl
    VALUES ('a'), ('b')
    ```
    
    fixes: #670
    waltaskew authored May 30, 2025
    Configuration menu
    Copy the full SHA
    f5d94cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc02bf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. feat: support database role in connect arguments (#667)

    * feat: support database role in connect arguments
    
    * chore: update minimum Spanner version + add sample to nox
    olavloite authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    47aa27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270852e View commit details
    Browse the repository at this point in the history
  3. feat: document the use of statement and transaction tags (#676)

    Add a sample that shows how to use statement and transaction tags with SQLAlchemy.
    olavloite authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c78ad04 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.12.0 (#673)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5077ddb View commit details
    Browse the repository at this point in the history
Loading