Skip to content
This repository was archived by the owner on May 14, 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-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
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.1.0
Choose a head ref
  • 13 commits
  • 18 files changed
  • 4 contributors

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    6c07fcd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    33c86e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    e336735 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Update README.md (#178)

    Closes #170
    Ilya Gurov
    Ilya Gurov authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8aef0b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    4c610ea View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    b10f2ca View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    eb3fb45 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    417b8b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. feat: support SQLAlchemy 1.4 (#191)

    * WIP: update tests for SQLAlchemy 1.4
    
    * feat: support SQLAlchemy 1.4
    
    * fix migration bugs
    
    * test: update yaml
    
    * install 1.4
    
    * fix the dialect name
    
    * fix caching
    
    * fix temp tables
    
    * update test suite
    
    * fix pytest
    
    * del unused
    
    * fix user agent
    
    * fix test
    
    * fix reflection test
    
    * fix test
    
    * fix tests
    
    * lint fix
    
    * fix test
    
    * migration fix
    
    * fix migration
    
    * check
    
    * fix test
    
    * fix migrations
    
    * fix migrations test
    
    * change default py version
    
    * minor fixes
    
    * test workflow changes
    
    * new tests skip
    
    * kokoro session fix
    Ilya Gurov
    Ilya Gurov authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    029b181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2932a02 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. feat: drop read_only on a connection returned back to a pool (#189)

    * feat: drop read_only on a connection returned back to a pool
    Ilya Gurov
    Ilya Gurov authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    16388c1 View commit details
    Browse the repository at this point in the history
  2. feat: rollback a connection returned back to pool (#193)

    * feat: drop read_only on a connection returned back to a pool
    
    * feat: rollback a connection returned back to pool
    
    Co-authored-by: Vikash Singh <3116482+vi3k6i5@users.noreply.github.com>
    Ilya Gurov and vi3k6i5 authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    13ff9cb View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.1.0 (#197)

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