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

Fix prepared queries #28

Merged
merged 14 commits into from
Sep 3, 2021
Merged

Fix prepared queries #28

merged 14 commits into from
Sep 3, 2021

Commits on Aug 31, 2021

  1. First pass at handling re-prepares

    `Prepared` result responses get put into a prepared cache and when an
    `Unprepared` error response happen the cache is referenced to prepare
    the query on the erred node and the original request is re-tried.
    mpenick committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c999dae View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Some improvements

    mpenick committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    61e2646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54425d1 View commit details
    Browse the repository at this point in the history
  3. Small rename

    mpenick committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9ae3f83 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Add tests and docs

    mpenick committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    b4b9b80 View commit details
    Browse the repository at this point in the history
  2. Fix proxy tests

    mpenick committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    760d33a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    147ef72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf1b342 View commit details
    Browse the repository at this point in the history
  5. Remove unused member var

    mpenick committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2e3bbd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    b392eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f684e1 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    mpenick committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    1560c08 View commit details
    Browse the repository at this point in the history
  4. Fix more formatting

    mpenick committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d8ed3bb View commit details
    Browse the repository at this point in the history
  5. Fix tests

    mpenick committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    a6e2716 View commit details
    Browse the repository at this point in the history