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 PreparedStatement#getParameterMetaData() #1218

Merged
merged 7 commits into from Dec 22, 2023

Commits on Apr 29, 2023

  1. feat: support PreparedStatement#getParameterMetaData()

    Add actual support for `PreparedStatement#getParameterMetaData()`. The first time
    this method is called for a PreparedStatement, the connection will now send the
    query to Cloud Spanner in analyze mode and without any parameter values. This
    will instruct Cloud Spanner to return the names and types of any query parameters
    in the statement.
    
    Fixes #35
    olavloite committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d2d9fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd594d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Dec 18, 2023

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

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    9d33376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffdbb64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cbcaee View commit details
    Browse the repository at this point in the history