sidikaisi opened a new issue, #33728: URL: https://github.com/apache/shardingsphere/issues/33728
We're using ShardingSphere-Proxy, and when I just want to update the statement, the update fails. It is found that the updated field value contains English semicolons, so the update failed. For example, update user set user_name='ssss; A statement such as' where id=1 'will fail. May I ask why? My configuration of global.yaml is as follows: mode: type: Standalone repository: type: JDBC authority: users: - user: root@% password: 8fScvkcbfV4chcrdU1 privilege: type: ALL_PERMITTED props: system-log-level: INFO sql-show: false max-connections-size-per-query: 1 check-table-metadata-enabled: false proxy-frontend-flush-threshold: 128 proxy-backend-query-fetch-size: -1 proxy-frontend-executor-size: 0 proxy-frontend-max-connections: 5000 proxy-default-port: 3307 proxy-netty-backlog: 1024 proxy-hint-enabled: true proxy-backend-driver-type: JDBC -- 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]
