8000 Comparing v1.13.0...v1.13.1 · googleapis/python-spanner-sqlalchemy · GitHub
[go: up one dir, main page]

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.13.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.13.1
Choose a head ref
  • 16 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 19, 2025

  1. Configuration menu
    Copy the full SHA
    c7c12b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c0799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec6546 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    3704f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b216a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d818a8 View commit details
    Browse the repository at this point in the history
  4. bug: Support Retrieval of Cross-Schema Foreign Keys (#681)

    Allow `get_multi_foreign_keys` to retrieve foreign keys between tables
    in different schemas. The current SQL used to retrieve them has a
    mistake in the JOINs used to retrieve them, confusing the `table_schema`
    column and the `constraint_schema` column. This goes unnoticed as long
    as everything is in the same schema.
    
    Include schemas names in ALTER TABLE schema.table DROP CONSTRAINT DDL
    and quote the table name.
    
    fixes: #638
    waltaskew authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    ef07a1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d6a08c View commit details
    Browse the repository at this point in the history
  6. build(deps): bump requests from 2.32.3 to 2.32.4 (#692)

    Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.3...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    d6e9a06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95c79c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9aea129 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d414835 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c9cd25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d3d0ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    516e2b9 View commit details
    Browse the repository at this point in the history
  13. chore(main): release 1.13.1 (#705)

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