huanghao495430759 commented on issue #10105: URL: https://github.com/apache/shardingsphere/issues/10105#issuecomment-829888817
Hi @wangkang09 @tristaZero I had use sharding-sphere-5.0.0-alpha and debug the case, and it can work normal. ` 2021-04-30 14:59:23.946 INFO 40464 --- [ main] ShardingSphere-SQL : Logic SQL: insert into user(user_id,user_name) values (?,?) 2021-04-30 14:59:23.946 INFO 40464 --- [ main] ShardingSphere-SQL : SQLStatement: MySQLInsertStatement(setAssignment=Optional.empty, onDuplicateKeyColumns=Optional.empty) 2021-04-30 14:59:23.946 INFO 40464 --- [ main] ShardingSphere-SQL : Actual SQL: ds0 ::: insert into user_0(user_id,user_name_encrypt, id, user_name_assisted, user_name) values (?, ?, ?, ?, ?) ::: [CT1, bfb2ec1a9c3083ceff0591431e29f169, 594904826799173632, CT11619765963895, CT1] ` -- 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