-
Notifications
You must be signed in to change notification settings - Fork 33
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/python-spanner-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 5 files changed
- 3 contributors
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 160a445 - Browse repository at this point
Copy the full SHA 160a445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0650b5c - Browse repository at this point
Copy the full SHA 0650b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fca127a - Browse repository at this point
Copy the full SHA fca127aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c428ea - Browse repository at this point
Copy the full SHA 5c428eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d66d8f - Browse repository at this point
Copy the full SHA 5d66d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1528c24 - Browse repository at this point
Copy the full SHA 1528c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48589e6 - Browse repository at this point
Copy the full SHA 48589e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e185d4e - Browse repository at this point
Copy the full SHA e185d4eView commit details
Commits on Oct 21, 2025
-
fix: Return Correct Column Order in get_multi_foreign_keys (#783)
Ensure both referred and constrained columns reported by `get_multi_foreign_keys` are in the same order matching the constraint declaration. Uses information for the unique constraint corresponding to the foreign key constraint in order to ensure its columns are ordered correctly. Previously, the `CONSTRAINT_COLUMN` view in the information schema was used to retrieve the referred columns, and that view offers no information about column order. Instead, we use the KEY_COLUMN_USAGE view for the corresponding unique constraint, which is ordered. This requires consulting the `REFERENTIAL_CONSTRAINTS` view in order to find the unique constraint associated with the foreign key. Unfortunately, this view has a [bug in the emulator](GoogleCloudPlatform/cloud-spanner-emulator#279) related to cross-schema foreign keys. I had to skip a test for cross-schema foreign keys due to the emulator issue. I've confirmed a real spanner does not have this issue. fixes: #779
Configuration menu - View commit details
-
Copy full SHA for 42027d5 - Browse repository at this point
Copy the full SHA 42027d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea18aa - Browse repository at this point
Copy the full SHA 0ea18aaView commit details -
chore(main): release 1.17.1 (#786)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e7cb97 - Browse repository at this point
Copy the full SHA 4e7cb97View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.17.0...v1.17.1