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/12/30 02:46:03 UTC

[GitHub] [shardingsphere] Lucas-307 commented on issue #8650: Unsupported command: [COM_SET_OPTION] happened while execute batch delete

Lucas-307 commented on issue #8650:
URL: https://github.com/apache/shardingsphere/issues/8650#issuecomment-752307783


   @tuohai666 If I add rewriteBatchedStatements=true and allowMultiQueries=true parameters, the sql will concat all delete sql like:
   ```sql
   DELETE FROM `t_order_0` WHERE `id` = 196 and `user_id` = 196;DELETE FROM `t_order` WHERE `id` = 190 and `user_id` = 190;
   ```
   Only the first table name is correct, Which stall fiil.
   


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