You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/19 07:45:04 UTC

[GitHub] [incubator-shardingsphere] tristaZero opened a new issue #4365: Support `alter table add primary foreign key`

tristaZero opened a new issue #4365: Support `alter table add primary foreign key`
URL: https://github.com/apache/incubator-shardingsphere/issues/4365
 
 
   To make new sharding parser support sql `ALTER TABLE t_order_item ADD CONSTRAINT fk_order_id FOREIGN KEY (order_id) REFERENCES t_order (order_id) ON DELETE CASCADE`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tristaZero commented on issue #4365: Support `alter table add primary foreign key`

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #4365: Support `alter table add primary foreign key`
URL: https://github.com/apache/incubator-shardingsphere/issues/4365#issuecomment-590157110
 
 
   It has done already, now our dev branch is using new sharding parser.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tristaZero edited a comment on issue #4365: Support `alter table add primary foreign key`

Posted by GitBox <gi...@apache.org>.
tristaZero edited a comment on issue #4365: Support `alter table add primary foreign key`
URL: https://github.com/apache/incubator-shardingsphere/issues/4365#issuecomment-588090046
 
 
   #### How to make this exception reproduce?
   Comment `sqlCases.add("alter_table_add_foreign_key");` out in `SQLParserParameterizedTest.java` and run this test class.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tristaZero commented on issue #4365: Support `alter table add primary foreign key`

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #4365: Support `alter table add primary foreign key`
URL: https://github.com/apache/incubator-shardingsphere/issues/4365#issuecomment-588090046
 
 
   #### How to make this exception reproduce?
   Comment `sqlCases.add("alter_table_add_foreign_key");` out in `SQLParserParameterizedTest` and run this test class.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tristaZero closed issue #4365: Support `alter table add primary foreign key`

Posted by GitBox <gi...@apache.org>.
tristaZero closed issue #4365: Support `alter table add primary foreign key`
URL: https://github.com/apache/incubator-shardingsphere/issues/4365
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services