-
Notifications
You must be signed in to change notification settings - Fork 50
Comparing changes
Open a pull request
base repository: googleapis/java-spanner-jdbc
base: v2.24.2
head repository: googleapis/java-spanner-jdbc
compare: v2.25.0
- 13 commits
- 11 files changed
- 4 contributors
Commits on Nov 26, 2024
-
chore(main): release 2.24.3-SNAPSHOT (#1834)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f22070 - Browse repository at this point
Copy the full SHA 9f22070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78aa4bf - Browse repository at this point
Copy the full SHA 78aa4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01ab98 - Browse repository at this point
Copy the full SHA c01ab98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52180d9 - Browse repository at this point
Copy the full SHA 52180d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb20987 - Browse repository at this point
Copy the full SHA fb20987View commit details -
deps: update dependency org.springframework.boot:spring-boot-starter-…
…parent to v3.4.0 (#1839)
Configuration menu - View commit details
-
Copy full SHA for d681cea - Browse repository at this point
Copy the full SHA d681ceaView commit details -
deps: update dependency org.springframework.boot:spring-boot-starter-…
…data-jdbc to v3.4.0 (#1840)
Configuration menu - View commit details
-
Copy full SHA for 3f9dbf1 - Browse repository at this point
Copy the full SHA 3f9dbf1View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2eef43 - Browse repository at this point
Copy the full SHA e2eef43View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4ea413 - Browse repository at this point
Copy the full SHA b4ea413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a010a1 - Browse repository at this point
Copy the full SHA 1a010a1View commit details -
deps: update dependency org.mybatis.spring.boot:mybatis-spring-boot-s…
…tarter to v3.0.4 (#1844)
Configuration menu - View commit details
-
Copy full SHA for 3cd9cd6 - Browse repository at this point
Copy the full SHA 3cd9cd6View commit details -
feat: add fallback to PDML mode (#1841)
DML statements that are executed in auto-commit mode can use either atomic transactions, or partitioned non-atomic transactions. The former is bound by the mutation limits in Spanner. The latter may update/delete any number of rows. The transaction type that is used to execute DML statements in auto-commit mode is determined by the connection variable `autocommit_dml_mode`. This connection variable now supports a third value. The supported values are: - TRANSACTIONAL (default): Uses atomic read/write transactions. - PARTITIONED_NON_ATOMIC: Use Partitioned DML for DML statements in auto-commit mode. Use this mode to execute DML statements that exceed the transaction mutation limit in Spanner. - TRANSACTIONAL_WITH_FALLBACK_TO_PARTITIONED_NON_ATOMIC: Execute DML statements using atomic read/write transactions. If this fails because the mutation limit on Spanner has been exceeded, the DML statement is retried using a Partitioned DML transaction.
Configuration menu - View commit details
-
Copy full SHA for 1e81863 - Browse repository at this point
Copy the full SHA 1e81863View commit details -
chore(main): release 2.25.0 (#1842)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a68aed8 - Browse repository at this point
Copy the full SHA a68aed8View 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 v2.24.2...v2.25.0