-
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
[feature] support auto_increment option after engine in ddl statement #559
Labels
Comments
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Jan 3, 2020
…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
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Jan 5, 2020
…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
ACK |
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Jan 6, 2020
…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
BohuTANG
pushed a commit
that referenced
this issue
Jan 7, 2020
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
radon should support auto_increment after engine, otherwise we'll get error when prepare table in shift.
create table and insert value:
The text was updated successfully, but these errors were encountered: