TeslaCN commented on issue #17892: URL: https://github.com/apache/shardingsphere/issues/17892#issuecomment-1136907201
I found the SQL was not rewritten correctly. ``` [INFO ] 2022-05-25 15:44:55.387 [ShardingSphere-Command-9] ShardingSphere-SQL - Logic SQL: INSERT INTO remark(userid, content, `time`, b) VALUES (4, 'test0', '2022-05-25', _binary'blob') [INFO ] 2022-05-25 15:44:55.387 [ShardingSphere-Command-9] ShardingSphere-SQL - SQLStatement: MySQLInsertStatement(setAssignment=Optional.empty, onDuplicateKeyColumns=Optional.empty) [INFO ] 2022-05-25 15:44:55.387 [ShardingSphere-Command-9] ShardingSphere-SQL - Actual SQL: p1 ::: INSERT INTO remark(userid, content, `time`, b) VALUES (4, 'test0', '2022-05-25', 'binary'blob') ``` -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org