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

fix: always allow metadata queries #2580

Merged
merged 6 commits into from Aug 11, 2023
Merged

Commits on Aug 11, 2023

  1. fix: always allow metadata queries

    Internal metadata queries should always be allowed, regardless of the type
    of transaction that is currently running or any special mode that has been
    set on the connection. Internal metadata queries are system queries that
    are generated by a connection to return metadata to an application, for
    example methods like getTables() in JDBC.
    olavloite committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8d14d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49de95 View commit details
    Browse the repository at this point in the history
  3. chore: run code formatter

    olavloite committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7333057 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'allow-internal-metadata-queries' of github.com:googleap…

    …is/java-spanner into allow-internal-metadata-queries
    olavloite committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3eea195 View commit details
    Browse the repository at this point in the history
  5. chore: make if condition more readable

    Co-authored-by: Rajat Bhatta <93644539+rajatbhatta@users.noreply.github.com>
    olavloite and rajatbhatta committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4070a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e4e914 View commit details
    Browse the repository at this point in the history