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

Commits on Jul 30, 2023

  1. feat: support partitioned queries

    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 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    95942a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    db96452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f5774 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    1ceb89e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9056574 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    9082b08 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    c7c6dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6785f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    1147dd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    22365b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    a5be3fd View commit details
    Browse the repository at this point in the history