stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

fix(tianmu): Fix crashes caused by transaction errors when autocommit=1(#364)

Open duanfuxiang0 opened this issue 1 year ago • 3 comments

Summary about this PR

Issue Number: close #364

Tests Check List

  • [ ] Unit test
  • [ ] Integration test
  • [ ] Manual test (add detailed scripts or steps below)
  • [ ] No code

Changelog

  • [ ] New Feature
  • [x] Bug Fix
  • [ ] Improvement
  • [ ] Performance Improvement
  • [ ] Build/Testing/CI/CD
  • [ ] Documentation
  • [ ] Not for changelog (changelog entry is not required)

Documentation

  • [ ] Affects user behaviors
  • [ ] Contains syntax changes
  • [ ] Contains variable changes
  • [ ] Contains experimental features

duanfuxiang0 avatar Aug 12 '22 08:08 duanfuxiang0

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


dfx seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Aug 12 '22 08:08 CLAassistant

This pull request's title should follow requirements next. @gougexuanli please check it :point_down:.

Valid format:

fix(vc): fix sth..... (#3306)
  ^         ^---------^  ^----^
  |         |            |
  |         +            +-> you issue id.
  |         |
  |         +-> Summary in present tense.
  |
  +-------> Type: feat, fix, docs, workflow, style, refactor, test, website, chore

Valid types:

  • feat: new feature for stonedb
  • fix: bug fix for stonedb
  • docs: changes to the documentation
  • workflow: ci/cd in .github
  • refactor: refactoring production code, eg. renaming a variable
  • style: formatting, missing semi colons, etc; no production code change
  • test: adding missing tests, refactoring tests; no production code change
  • website
  • chore: updating grunt tasks etc; no production code change

mergify[bot] avatar Aug 12 '22 08:08 mergify[bot]

Thanks for the contribution! I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

mergify[bot] avatar Aug 12 '22 08:08 mergify[bot]