hardToFind418 opened a new issue, #32314: URL: https://github.com/apache/shardingsphere/issues/32314
shardingsphere version : 5.3.2 SQL SERVER VERSION: 2017 Data of the NVARCHAR data type cannot be written properly when using shardingsphere Through the code can be found in the AbstractUnsupportedOperationPreparedStatement setNString has been write die throw an exception The question is: 1. Is there an extended way to set setNString properly  2. Current I have through the TypeHandler setNString method will be replaced by setString method, can write, but for business reason sendStringParametersAsUnicode = false must adjust to false, Therefore, the correct information cannot be obtained when the sql query is used, and the Chinese data is written as???? Therefore, you want to change the way to implement NVARCHAR  Want to ask whether there are other processing methods in the latest version, please prompt -- 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]
