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 graph and pipe queries in Connection API #3586

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olavloite
Copy link
Collaborator

Adds support for GRAPH and pipe-syntax queries to the Connection API. This will make these types of queries usable in the JDBC driver.

This also fixes an issue with regular GoogleSQL queries that start with a bracket. These queries were not correctly recognized as valid queries.

Adds support for GRAPH and pipe-syntax queries to the Connection
API. This will make these types of queries usable in the JDBC
driver.

This also fixes an issue with regular GoogleSQL queries that start
with a bracket. These queries were not correctly recognized as
valid queries.
@olavloite olavloite requested a review from a team as a code owner January 7, 2025 12:49
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels Jan 7, 2025
@olavloite olavloite requested a review from rayudu3745 January 7, 2025 12:49
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 API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants