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: retries of updates in the Connection API ignored analyze mode #2010

Merged
merged 2 commits into from
Sep 14, 2022

Commits on Sep 14, 2022

  1. fix: retries of updates in the Connection API ignored analyze mode

    Retries of read/write transactions in the Connection API did not respect the analyze mode
    of update statements. This would cause updates to be executed using AnalyzeMode.NORMAL
    during retries, regardless of what was used during the initial attempt.
    
    Fixes #2009
    olavloite committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1974f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581ef18 View commit details
    Browse the repository at this point in the history