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: Fix errors on transaction status #464

Merged
merged 12 commits into from
Oct 30, 2023
Merged

Commits on Oct 28, 2023

  1. Remove open transaction check

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    959d8b1 View commit details
    Browse the repository at this point in the history
  2. Add a warning instead of an error.

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e6aa675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2dcf6 View commit details
    Browse the repository at this point in the history
  4. Clean code no longer in use

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8a8b479 View commit details
    Browse the repository at this point in the history
  5. Deregister removed functions

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    bf7777d View commit details
    Browse the repository at this point in the history
  6. Slightly change test suite

    A transaction is not reported until some I/O is actually attempted after dbBegin (or equivalent command).
    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    aa57a67 View commit details
    Browse the repository at this point in the history
  7. Update docs

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8ad3c85 View commit details
    Browse the repository at this point in the history
  8. Add new testing to the suite

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6ce5598 View commit details
    Browse the repository at this point in the history
  9. Improved docs

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    02dceab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1873e57 View commit details
    Browse the repository at this point in the history
  11. Update docs

    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    eb2c70c View commit details
    Browse the repository at this point in the history
  12. Change test suite

    Delayed flagging of transaction starting is no longer to be expected.
    bpvgoncalves authored and krlmlr committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    36072e0 View commit details
    Browse the repository at this point in the history