You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/27 07:54:09 UTC

[GitHub] [incubator-shardingsphere] gongxings opened a new issue #2112: Mysql keyword cannot be parsed if there is one in the table field

gongxings opened a new issue #2112: Mysql keyword cannot be parsed if there is one in the table field
URL: https://github.com/apache/incubator-shardingsphere/issues/2112
 
 
   If there is a MySQL keyword in the table field, the SQL statement cannot be parsed, but the insert statement can cause a select error.
   for example:
   insert table_name (id,code,time)
   select id,code,time from table_name 
   
   Select can't be parsed, don't follow the rule of PreciseShardingAlgorithm
   
   

----------------------------------------------------------------
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