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: add prefer execParams option #1172

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2022

  1. feat: add option use execParams instead of prepare

    Adds an option to skip the DescribeStatement step when the statement
    cache has been disabled. This reduces the number of round trips to the
    server by one.
    olavloite committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ba07f4c View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    olavloite committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5f849bf View commit details
    Browse the repository at this point in the history
  3. fix: use config for queries

    olavloite committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9938d03 View commit details
    Browse the repository at this point in the history