-
Notifications
You must be signed in to change notification settings - Fork 109
Implement SHOW CREATE TABLE #406
Comments
I'll try this... |
I've got to a point where I can print out the basic structure of the statement, but have some issues with the constraints part. Test run image Can you provide some guidance regarding the constraints part?
Maybe add a switch on this because: |
Charset being under conversation on #407 |
|
@Zarkopafilis constraints should be empty. go-mysql-server does not create primary keys, foreign keys or unique indexes right now, so they should not show up. The kind of indexes created by go-mysql-server shouldn't show up here. |
sql: plan: Add SHOW CREATE TABLE [Fix #406]
Implement
SHOW CREATE TABLE
statement.See: src-d/gitbase#361 (comment)
The text was updated successfully, but these errors were encountered: