wangkang09 opened a new issue #10105: URL: https://github.com/apache/shardingsphere/issues/10105
shardingjdbc 4.1.1 Logic SQL: INSERT INTO rs_order ( member_id,billno,email ) VALUES ( ?,?,? ) Actual SQL: db1 ::: INSERT INTO rs_order_1 ( member_id,billno,email, email_hash, email_plain , id) VALUES (?, ?, ?, ?, ?, ?) ::: [1, 1, UTJNS0lVSmdLa0R4WEtHUcDbeXenQrmrOnpZHD32TYA=, 2021041605424943106, 4fc82b26aecb47d2868c4efbe3581732a3e7cbcc6c2efb32062c08170a05eeb8, 11] but, expected actual sql parameter value is [1, 1, UTJNS0lVSmdLa0R4WEtHUcDbeXenQrmrOnpZHD32TYA=, ,4fc82b26aecb47d2868c4efbe3581732a3e7cbcc6c2efb32062c08170a05eeb8, 11, 2021041605424943106] sorted sqlTokens:  parameters:  -- 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: us...@infra.apache.org