-
Notifications
You must be signed in to change notification settings - Fork 320
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
feat: support drop database/table if exists
#3348
Merged
vagetablechicken
merged 12 commits into
4paradigm:main
from
emo-coder:feat/drop_if_exists
Jul 14, 2023
Merged
feat: support drop database/table if exists
#3348
vagetablechicken
merged 12 commits into
4paradigm:main
from
emo-coder:feat/drop_if_exists
Jul 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
execute-engine
hybridse sql engine
storage-engine
openmldb storage engine. nameserver & tablet
labels
Jul 7, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3348 +/- ##
============================================
- Coverage 75.67% 75.65% -0.03%
Complexity 414 414
============================================
Files 692 692
Lines 125963 126003 +40
Branches 1189 1190 +1
============================================
+ Hits 95317 95322 +5
- Misses 30405 30440 +35
Partials 241 241
☔ View full report in Codecov by Sentry. |
dl239
changed the title
Feat/drop if exists
feat: support Jul 11, 2023
drop database/table if exists
dl239
requested review from
tobegit3hub,
aceforeverd,
vagetablechicken and
lqy222
July 11, 2023 02:35
dl239
approved these changes
Jul 11, 2023
aceforeverd
requested changes
Jul 11, 2023
dl239
reviewed
Jul 11, 2023
dl239
reviewed
Jul 11, 2023
emo-coder
force-pushed
the
feat/drop_if_exists
branch
from
July 12, 2023 03:56
b227d71
to
09797a9
Compare
aceforeverd
approved these changes
Jul 12, 2023
vagetablechicken
approved these changes
Jul 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #3132 #2022