You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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
The text was updated successfully, but these errors were encountered: