stonedb
stonedb copied to clipboard
feat(tianmu): Support (Single) DELETE FROM tb_name and (Multiple) DELETE tb1_name,tb2_name FROM table_references (#343)
Main task
- #343
Subtask
- #344
- #347
Summary about this PR
Issue Number: close (#344) (#347)
Tests Check List
- [x] Unit test
- [ ] Integration test
- [x] Manual test (add detailed scripts or steps below)
- [ ] No code
Changelog
- [x] New Feature
- [ ] Bug Fix
- [x] 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
This pull request's title should follow requirements next. @konghaiya 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 stonedbfix: bug fix for stonedbdocs: changes to the documentationworkflow: ci/cd in .githubrefactor: refactoring production code, eg. renaming a variablestyle: formatting, missing semi colons, etc; no production code changetest: adding missing tests, refactoring tests; no production code changewebsitechore: updating grunt tasks etc; no production code change
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.
Add the usage of Delete SQL syntax to StoneDB docs.
Missing docs:
- Single delete syntax.
- How to use.