stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

fix(mtr): Add more ctas queries for the same bug-fix from code-analys…

Open xiaoguangye opened this issue 1 year ago • 2 comments

…is perspectives(#226)

Summary about this PR

Issue Number: close #issue_number_you_created

Tests Check List

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

Changelog

  • [ ] New Feature
  • [ ] 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

xiaoguangye avatar Aug 11 '22 11:08 xiaoguangye

This pull request's title should follow requirements next. @xiaoguangye 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 11 '22 11: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 11 '22 11:08 mergify[bot]