-
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
Support keyword SERIAL
#481
Conversation
it's interesting that the |
I think we should add a |
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 :) |
Codecov Report
@@ Coverage Diff @@
## master #481 +/- ##
==========================================
- Coverage 71.59% 71.51% -0.08%
==========================================
Files 32 32
Lines 7723 7689 -34
==========================================
- Hits 5529 5499 -30
+ Misses 1670 1668 -2
+ Partials 524 522 -2
Continue to review full report at Codecov.
|
LGTM please resolve conflicts |
* Support keyword `SERIAL` * Fix fmt * make fmt happy * execute gofmt after `make parser` * revert modification on Makefile
* Support keyword `SERIAL` * Fix fmt * make fmt happy * execute gofmt after `make parser` * revert modification on Makefile
What problem does this PR solve?
for #467 , support keyword
SERIAL
.What is changed and how it works?
SERIAL
as aNumeric Type
inColumnDef
SERIAL DEFAULT VALUE
as anColumnOption
Check List
Tests
Code changes
N / A
Side effects
N / A