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 client-side hints for tags and priority #3005

Merged
merged 4 commits into from
Apr 19, 2024

Commits on Apr 4, 2024

  1. feat: support client-side hints for tags and priority

    Supports including a hint in the SQL string to set a statement tag
    or an RPC priority for a single SQL statement in the Connection API.
    This makes it easier to use these features from frameworks and
    tools that only support SQL statements.
    olavloite committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5930619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5cb043 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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