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:
   
![image](https://user-images.githubusercontent.com/41175635/114967974-00337a00-9ea8-11eb-8052-3427beb315ab.png)
   parameters:
   
![image](https://user-images.githubusercontent.com/41175635/114968004-0cb7d280-9ea8-11eb-8d76-8f0f5e43fb33.png)
   
   
   


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


Reply via email to