dongoewang commented on issue #30600:
URL: 
https://github.com/apache/shardingsphere/issues/30600#issuecomment-2017150127

   > Can you provide your configuration information about sharding and the 
corresponding demo?
   
   from 
file【https://github.com/apache/shardingsphere/blob/master/parser/sql/dialect/mysql/src/main/antlr4/org/apache/shardingsphere/sql/parser/autogen/MySQLStatement.g4】,wo
 can hnow that sharding shpere-jdbc  can‘t correctly rewrite following 
case,because  Lexical analysis phase have problem。
   update kq_attendance_daily
   SET attendance_plan_id = ?,
   plan_type = ?,
   where id = ?
   and attendance_date = ?
   ;
   update kq_attendance_daily
   SET attendance_plan_id = ?,
   plan_type = ?,
   where id = ?
   and attendance_date = ?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to