Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support partitioned queries #1300

Merged
merged 11 commits into from Sep 15, 2023
Merged

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Jul 30, 2023

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.

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.
@olavloite olavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 30, 2023
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels Jul 30, 2023
@olavloite olavloite marked this pull request as ready for review July 30, 2023 13:20
@olavloite olavloite requested review from a team as code owners July 30, 2023 13:20
@olavloite olavloite requested a review from arpan14 July 30, 2023 13:20
@olavloite olavloite removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 5, 2023
@olavloite olavloite requested a review from manu2 September 1, 2023 12:34
@olavloite olavloite added the automerge Merge the pull request once unit tests and other checks pass. label Sep 15, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit c50da41 into main Sep 15, 2023
23 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the partitioned-queries branch September 15, 2023 12:58
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 15, 2023
gcf-merge-on-green bot pushed a commit that referenced this pull request Sep 16, 2023
🤖 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants