Re:Re: encountering a character encoding problem when DML SQL is used

2017-07-20 Thread afedotov
artin [via Apache Ignite Users] <[hidden email] <http:///user/SendEmail.jtp?type=node&node=15134&i=0>> wrote: > Hi guys, > > I am now encountering a character encoding problem when DML SQL is > used. > For example, if i run the DML SQL like the following sentence: &

Re:Re: encountering a character encoding problem when DML SQL is used

2017-07-19 Thread Martin
n [via Apache Ignite Users] <[hidden email]> wrote: Hi guys, I am now encountering a character encoding problem when DML SQL is used. For example, if i run the DML SQL like the following sentence: update tableA set columnA="测试" and columnB="你好" where _key=1 it can w

Re: encountering a character encoding problem when DML SQL is used

2017-07-19 Thread afedotov
AM, Martin [via Apache Ignite Users] < ml+s70518n15094...@n6.nabble.com> wrote: > Hi guys, > > I am now encountering a character encoding problem when DML SQL is > used. > For example, if i run the DML SQL like the following sentence: > update tableA set columnA="测试&

encountering a character encoding problem when DML SQL is used

2017-07-18 Thread Martin
Hi guys, I am now encountering a character encoding problem when DML SQL is used. For example, if i run the DML SQL like the following sentence: update tableA set columnA="测试" and columnB="你好" where _key=1 it can works, but when i get it(_key=1) from the cache , i get th