-
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
parser: fix LONG syntax #473
Conversation
Codecov Report
@@ Coverage Diff @@
## master #473 +/- ##
=======================================
Coverage 71.19% 71.19%
=======================================
Files 32 32
Lines 7560 7560
=======================================
Hits 5382 5382
Misses 1662 1662
Partials 516 516
Continue to review full report at Codecov.
|
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.
rest LGTM
@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
Co-Authored-By: leoppro <i@leop.pro>
* parser: fix LONG syntax * address comment Co-Authored-By: leoppro <i@leop.pro> * resolve conflicts
* parser: fix LONG syntax * address comment Co-Authored-By: leoppro <i@leop.pro> * resolve conflicts
What problem does this PR solve?
Fix compatibility problem about
LONG
syntaxIssue: #470
MySQL Syntax:
type: ... | LONG_SYM opt_charset_with_opt_binary | LONG_SYM varchar opt_charset_with_opt_binary
Bad SQL Case:
Check List
Tests