-
Notifications
You must be signed in to change notification settings - Fork 217
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
sqlparser: support auto_increment option after engine define in ddl s… #561
sqlparser: support auto_increment option after engine define in ddl s… #561
Conversation
Codecov Report
@@ Coverage Diff @@
## master #561 +/- ##
=======================================
Coverage ? 89%
=======================================
Files ? 121
Lines ? 9538
Branches ? 0
=======================================
Hits ? 8500
Misses ? 693
Partials ? 345 Continue to review full report at Codecov.
|
LGTM |
31df63f
to
dcc73d0
Compare
push update: add instructions about AUTO_INCREMENT table_option in doc radon_sql_support.md. |
Ping @andyli029 |
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.
Resolve conflicts
…tatement radondb#559 [summary] add a auto_increment option after engine, like: create table t(a int auto_increment key) engine=innodb auto_increment=1. [test case] src/vendor/github.com/xelabs/go-mysqlstack/ddl_test.go [patch codecov] vendor/github.com/xelabs/go-mysqlstack/sqlparser 0.049s coverage: 87.6% of statements
dcc73d0
to
5c61911
Compare
push update: refresh code to resolve conflict on sql.go. |
LGTM |
…tatement #559
[summary]
add a auto_increment option after engine, like: create table t(a int
auto_increment key) engine=innodb auto_increment=1.
[test case]
src/vendor/github.com/xelabs/go-mysqlstack/ddl_test.go
[patch codecov]
vendor/github.com/xelabs/go-mysqlstack/sqlparser 0.049s coverage: 87.6% of statements