lhyundeadsoul commented on PR #20702: URL: https://github.com/apache/shardingsphere/pull/20702#issuecomment-1233800179
> The document already existed in `11000` Yes, it already existed. But according to [this comment](https://github.com/apache/shardingsphere/pull/20677#discussion_r959520117) there is a new little clip `error message: %s` which contains the more detailed error message. So, please let me know which one fits the code of conduct better. 1. | 42000 | 11000 | You have an error in your SQL syntax: \`%s\ | | 42000 | 11004 | You have an error in your SQL syntax: \`%s\`, error message: \`%s\` | 2. | 42000 | 11000 | You have an error in your SQL syntax: \`%s\ | | 42000 | 11000 | You have an error in your SQL syntax: \`%s\`, error message: \`%s\` | 3. change | 42000 | 11000 | You have an error in your SQL syntax: \`%s\ | to | 42000 | 11000 | You have an error in your SQL syntax: \`%s\`, error message: \`%s\` | -- 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]
