allow to config the charset for query statement
Nicole00 opened this issue · 0 comments
Nicole00 commented
for now, the execute interface pass the statement to bytes using the platform's default charset, if the charset is not utf-8, then there maybe some problem for Chinese. client.executeWithParameter(sessionID, stmt.getBytes(), parameterMap)
So we should use the UTF8 as default charset and allow users to config the charset.