-
Notifications
You must be signed in to change notification settings - Fork 489
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
add support for CREATE TEMPORARY TABLE #438
Conversation
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
+ Coverage 70.84% 70.85% +0.01%
==========================================
Files 32 32
Lines 7501 7504 +3
==========================================
+ Hits 5314 5317 +3
Misses 1674 1674
Partials 513 513
Continue to review full report at Codecov.
|
@leiysky TiDB does not support |
@tangenta PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@leoppro PTAL |
- add test cases - throw warn in TEMPORARY rule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What problem does this PR solve?
Add support for CREATE TEMPORARY TABLE #408
What is changed and how it works?
MySQL syntax:
Check List
Tests