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/10/30 10:23:22 UTC

[GitHub] [shardingsphere] lwtdev commented on issue #7978: When the table is not sharding , in 5.0.0, SQL parsing is wrong, but it is correct before

lwtdev commented on issue #7978:
URL: https://github.com/apache/shardingsphere/issues/7978#issuecomment-719469921


   @kimmking In fact, these sql also works well in 4.11
   
   ```
   ShardingProxy(4.1.1)No Sharding
   deleteMultiTable[hasShardingKey:none];	 Support:true;	SQL: delete customer, customer_email from customer , customer_email where customer.status = 3;
   ds_0|delete customer, customer_email from customer , customer_email where customer.status = 3|
   
   ShardingProxy(4.1.1)No Sharding
   selectIntoVarAfterFrom[hasShardingKey:all];	 Support:true;	SQL: select * from customer where id = 3 into @myvar;
   ds_0|select * from customer where id = 3 into @myvar|
   ```
   > There is no plan for these case.
   Can you make a pr for it?
   
   Maybe we can fix it at beta version ~


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