allow to config the charset for query statement #563
Labels
affects/none
PR/issue: this bug affects none version.
process/fixed
Process of bug
severity/none
Severity of bug
type/bug
Type: something is unexpected
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.
The text was updated successfully, but these errors were encountered: