-
Notifications
You must be signed in to change notification settings - Fork 98
Comparing changes
Open a pull request
base repository: googleapis/python-spanner
base: v3.53.0
head repository: googleapis/python-spanner
compare: v3.54.0
- 8 commits
- 32 files changed
- 9 contributors
Commits on Apr 2, 2025
-
feat: support transaction isolation level in dbapi (#1327)
Adds API arguments and functions for setting a default isolation level and an isolation level per transaction. Support for specifying the isolation level using SQL commands will be added in a follow-up PR.
Configuration menu - View commit details
-
Copy full SHA for 03400c4 - Browse repository at this point
Copy the full SHA 03400c4View commit details
Commits on Apr 3, 2025
-
fix: improve client-side regex statement parser (#1328)
* fix: improve client-side regex statement parser The client-side regex-based statement parser contained multiple minor errors, like: - BEGIN would match any string as BEGIN TRANSACTION (including stuff like `BEGIN foo`) - COMMIT and ROLLBACK had the same problem as BEGIN. - Mismatches were reported as UPDATE. They are now returned as UNKNOWN. - DLL missed the ANALYZE keyword * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3c259d - Browse repository at this point
Copy the full SHA b3c259dView commit details
Commits on Apr 14, 2025
-
feat: add SQL statement for begin transaction isolation level (#1331)
* feat: add SQL statement for egin transaction isolation level Adds an additional option to the `begin [transaction]` SQL statement to specify the isolation level of that transaction. The following format is now supported: ``` {begin | start} [transaction] [isolation level {repeatable read | serializable}] ``` * test: add test for invalid isolation level
Configuration menu - View commit details
-
Copy full SHA for 3ac0f91 - Browse repository at this point
Copy the full SHA 3ac0f91View commit details -
chore(python): remove noxfile.py from templates (#1335)
* chore(python): remove noxfile.py from templates Source-Link: googleapis/synthtool@7765802 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:25de45b58e52021d3a24a6273964371a97a4efeefe6ad3845a64e697c63b6447 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * remove replacements in owlbot.py * exclude noxfile.py from gapic-generator-python --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for beb33d2 - Browse repository at this point
Copy the full SHA beb33d2View commit details
Commits on Apr 22, 2025
-
feat: add sample for pre-split feature (#1333)
* feat: add sample for pre-split feature * build error fixes * build failure fixes * build fixes * lint fixes * fixes lint * fixed the build error * fixed the build error * chore: fix positional argument issue Signed-off-by: Sri Harsha CH <sriharshach@google.com> * fixed the index test case * added comment on the splits for idex keys * fixed indent * lint fixes * lint fixes * chore: tests fix Signed-off-by: Sri Harsha CH <sriharshach@google.com> * chore: update sample to not change editions due to failing test case Signed-off-by: Sri Harsha CH <sriharshach@google.com> --------- Signed-off-by: Sri Harsha CH <sriharshach@google.com> Co-authored-by: Sri Harsha CH <sriharshach@google.com> Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca76108 - Browse repository at this point
Copy the full SHA ca76108View commit details -
chore: sample fix with increased timeout (#1339)
Signed-off-by: Sri Harsha CH <sriharshach@google.com>
Configuration menu - View commit details
-
Copy full SHA for a8f38cd - Browse repository at this point
Copy the full SHA a8f38cdView commit details
Commits on Apr 28, 2025
-
feat: add interval type support (#1340)
* feat(spanner): add interval type support * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix test * fix build * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * incorporate suggestions * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ca9b43 - Browse repository at this point
Copy the full SHA 6ca9b43View commit details -
chore(main): release 3.54.0 (#1330)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9331146 - Browse repository at this point
Copy the full SHA 9331146View commit details
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 v3.53.0...v3.54.0