vesoft-inc/nebula-java

allow to config the charset for query statement

Nicole00 opened this issue · 0 comments

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.