-
Notifications
You must be signed in to change notification settings - Fork 32
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.9.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.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 23 files changed
- 4 contributors
Commits on Mar 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2433263 - Browse repository at this point
Copy the full SHA 2433263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e6220 - Browse repository at this point
Copy the full SHA 73e6220View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5ad2a - Browse repository at this point
Copy the full SHA ea5ad2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d59bfb0 - Browse repository at this point
Copy the full SHA d59bfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5c262 - Browse repository at this point
Copy the full SHA 4f5c262View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8964b1 - Browse repository at this point
Copy the full SHA e8964b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdaec7 - Browse repository at this point
Copy the full SHA cbdaec7View commit details
Commits on Mar 17, 2025
-
feat: support AUTO_INCREMENT and IDENTITY columns (#610)
* feat: support AUTO_INCREMENT and IDENTITY columns Adds support for IDENTITY and AUTO_INCREMENT columns to the Spanner dialect. These are used by default for primary key generation. By default, IDENTITY columns using a backing bit-reversed sequence are used for primary key generation. The sequence kind to use can be configured by setting the attribute default_sequence_kind on the Spanner dialect. The use of AUTO_INCREMENT columns instead of IDENTITY can be configured by setting the use_auto_increment attribute on the Spanner dialect. * test: add system test + fix conformance 1.3 test * docs: add sample and update README * chore: minor cleanup
Configuration menu - View commit details
-
Copy full SHA for f67ebe8 - Browse repository at this point
Copy the full SHA f67ebe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f01e5d - Browse repository at this point
Copy the full SHA 7f01e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff4574 - Browse repository at this point
Copy the full SHA 9ff4574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 306e244 - Browse repository at this point
Copy the full SHA 306e244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1612be7 - Browse repository at this point
Copy the full SHA 1612be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa60c68 - Browse repository at this point
Copy the full SHA fa60c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66dba9a - Browse repository at this point
Copy the full SHA 66dba9aView commit details -
chore(main): release 1.10.0 (#625)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e17c5ef - Browse repository at this point
Copy the full SHA e17c5efView 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.9.0...v1.10.0