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 backend query options #90

Merged
merged 5 commits into from Mar 12, 2020
Merged

feat: add backend query options #90

merged 5 commits into from Mar 12, 2020

Commits on Mar 12, 2020

  1. feat: add backend query options

    Adds support for setting QueryOptions that will be used by the backend
    to execute queries.
    olavloite committed Mar 12, 2020
    Copy the full SHA
    0b1a529 View commit details
    Browse the repository at this point in the history
  2. fix: set QueryOptions on Statement

    QueryOptions should be an option on a Statement instead of a parameter
    to the executeQuery method. By setting these options on a Statement, it
    is possible to use it with analyzeQuery as well.
    olavloite committed Mar 12, 2020
    Copy the full SHA
    160970b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e6b799 View commit details
    Browse the repository at this point in the history
  4. fix: code review comments

    olavloite committed Mar 12, 2020
    Copy the full SHA
    d27b3a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    096e3fb View commit details
    Browse the repository at this point in the history