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

perf: use PLAN mode to get result metadata #388

Merged
merged 4 commits into from Mar 18, 2021

Commits on Mar 10, 2021

  1. perf: use PLAN mode to get result metadata

    Getting the result metadata of a PreparedStatement should not execute the query,
    but should instead just request the query plan. This will also return the
    metadata of the query.
    olavloite committed Mar 10, 2021
    Copy the full SHA
    4d4b7e2 View commit details
    Browse the repository at this point in the history
  2. fix: add support for DML

    olavloite committed Mar 10, 2021
    Copy the full SHA
    b3cdced View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e591b57 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ad22087 View commit details
    Browse the repository at this point in the history