-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: googleapis/java-spanner-jdbc
base: v2.12.1
head repository: googleapis/java-spanner-jdbc
compare: v2.13.0
- 12 commits
- 47 files changed
- 4 contributors
Commits on Sep 12, 2023
-
chore(main): release 2.12.2-SNAPSHOT (#1342)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for e33fbe1 - Browse repository at this point
Copy the full SHA e33fbe1View commit details
Commits on Sep 13, 2023
-
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v2.12.1 (#1343)
Configuration menu - View commit details
-
Copy full SHA for ff6648f - Browse repository at this point
Copy the full SHA ff6648fView commit details
Commits on Sep 14, 2023
-
docs: create Spring Data JDBC sample (#1334)
Adds a sample for using Spring Data JDBC with Cloud Spanner PostgreSQL and shows how to run the same application on both Cloud Spanner and traditional PostgreSQL. This can be used to create a portable application, or to use PostgreSQL as a development/test database, while Cloud Spanner is used for production.
Configuration menu - View commit details
-
Copy full SHA for cefea55 - Browse repository at this point
Copy the full SHA cefea55View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
…jdbc to v2.12.1 (#1344)
Configuration menu - View commit details
-
Copy full SHA for 1ffd53b - Browse repository at this point
Copy the full SHA 1ffd53bView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90d4cc1 - Browse repository at this point
Copy the full SHA 90d4cc1View commit details -
chore: cleanup statement execution and test all execute methods of St…
…atement and PreparedStatement (#1321) * test: add tests for all execute methods of Statement and PreparedStatement Adds tests for all the different variations of the execute method on Statement and PreparedStatement. This will allow us to make internal changes to the way these methods are handled, while keeping control over any behavior changes that it might introduce. * chore: share do-with-timeout code (#1324) Refactor the execute methods a bit so they all share the same do-with-timeout logic.
Configuration menu - View commit details
-
Copy full SHA for c3be4d4 - Browse repository at this point
Copy the full SHA c3be4d4View commit details -
feat: support partitioned queries (#1300)
Adds support for partitioned queries to the JDBC driver. Partitioned queries can be executed either using SQL statements or specific Cloud Spanner methods that are exposed by the specific Cloud Spanner JDBC interfaces.
Configuration menu - View commit details
-
Copy full SHA for c50da41 - Browse repository at this point
Copy the full SHA c50da41View commit details -
fix: comments should be sent to Spanner for PostgreSQL databases (#1331)
Comments for PostgreSQL-dialect databases should be included in the request that is sent to Cloud Spanner. This is needed, because for PostgreSQL comments can contain query hints.
Configuration menu - View commit details
-
Copy full SHA for 7c9e781 - Browse repository at this point
Copy the full SHA 7c9e781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 893f61a - Browse repository at this point
Copy the full SHA 893f61aView commit details -
chore: add copyright header to expected query in test (#1348)
Fixes the build error in #1345 This test failure is caused by the recent update that ensures that PostgreSQL-dialect queries also send all comments to Cloud Spanner, which means that the expected query in this test has changed.
Configuration menu - View commit details
-
Copy full SHA for 72fdbbf - Browse repository at this point
Copy the full SHA 72fdbbfView commit details -
deps: update actions/checkout action to v4 - abandoned (#1333)
* deps: update actions/checkout action to v4 * 🦉 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 ce82b42 - Browse repository at this point
Copy the full SHA ce82b42View commit details
Commits on Sep 16, 2023
-
chore(main): release 2.13.0 (#1345)
🤖 I have created a release *beep* *boop* --- ## [2.13.0](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.12.1...v2.13.0) (2023-09-15) ### Features * Support partitioned queries ([#1300](https://togithub.com/googleapis/java-spanner-jdbc/issues/1300)) ([c50da41](https://togithub.com/googleapis/java-spanner-jdbc/commit/c50da41e688ff48f8967c0f114f5bac8eaac49f9)) ### Bug Fixes * Comments should be sent to Spanner for PostgreSQL databases ([#1331](https://togithub.com/googleapis/java-spanner-jdbc/issues/1331)) ([7c9e781](https://togithub.com/googleapis/java-spanner-jdbc/commit/7c9e781bf45b112266e278e1df1586e56043698e)) ### Documentation * Create Spring Data JDBC sample ([#1334](https://togithub.com/googleapis/java-spanner-jdbc/issues/1334)) ([cefea55](https://togithub.com/googleapis/java-spanner-jdbc/commit/cefea55086eb191f71a1a493e046cb136f9f9f87)) ### Dependencies * Update actions/checkout action to v4 - abandoned ([#1333](https://togithub.com/googleapis/java-spanner-jdbc/issues/1333)) ([ce82b42](https://togithub.com/googleapis/java-spanner-jdbc/commit/ce82b42d3abb8de0f8b3ee2915c2008673775ea1)) * Update dependency org.springframework.data:spring-data-bom to v2023.0.4 ([#1347](https://togithub.com/googleapis/java-spanner-jdbc/issues/1347)) ([893f61a](https://togithub.com/googleapis/java-spanner-jdbc/commit/893f61ab04e32c690f1ff9fc813bd2ba6ebca328)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 247a35f - Browse repository at this point
Copy the full SHA 247a35fView 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.12.1...v2.13.0