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

Moving transaction initialization before query analysis #1013

Merged
merged 8 commits into from
May 16, 2022

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    78cbae5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Adding a test to trigger Dolt issue #3402 and moving tx initializatio…

    …n to before invoking analyzer.
    fulghum committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5a0d4f4 View commit details
    Browse the repository at this point in the history
  2. Adding error handling to clear out implicitly created autocommit tran…

    …sactions if any errors occur while executing a query.
    fulghum committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f928ae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b5fcc8 View commit details
    Browse the repository at this point in the history
  4. Adding more tests and only clearing transaction on anazlyer errors fo…

    …r automatic transaction management (not for explicitly created transactions).
    fulghum committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b2cf556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5771436 View commit details
    Browse the repository at this point in the history
  6. Minor updates

    fulghum committed May 16, 2022
    Configuration menu
    Copy the full SHA
    97aa50f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ada5698 View commit details
    Browse the repository at this point in the history