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

feat: support drop table/database if exists #3345

Closed
wants to merge 8 commits into from

Conversation

emo-coder
Copy link
Contributor

@emo-coder emo-coder commented Jun 30, 2023

close #3132

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jun 30, 2023
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: -38.40 ⚠️

Comparison is base (83937c5) 75.67% compared to head (ec20784) 37.27%.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3345       +/-   ##
=============================================
- Coverage     75.67%   37.27%   -38.40%     
  Complexity      414      414               
=============================================
  Files           692      177      -515     
  Lines        125963    10238   -115725     
  Branches       1189     1189               
=============================================
- Hits          95317     3816    -91501     
+ Misses        30405     6181    -24224     
  Partials        241      241               

see 515 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dl239 dl239 changed the title modification of bzh feat: support drop table/database is exists Jun 30, 2023
@dl239 dl239 changed the title feat: support drop table/database is exists feat: support drop table/database if exists Jun 30, 2023
@github-actions github-actions bot added the execute-engine hybridse sql engine label Jul 3, 2023
@emo-coder emo-coder closed this Jul 7, 2023
@emo-coder emo-coder deleted the bzh branch July 7, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execute-engine hybridse sql engine storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support SQL syntax of "DROP TABLE IF EXISTS"
2 participants