Hi,

We are using Apache ignite version 2.7 and we have one node cluster with
150 caches out of 150 We have 1 cache which contains Unicode characters
like Chinese language.

Server node is running on Linux OS & Client node is running on Windows OS.

Client side we are using sqlquery & sqlfieldquery to fetch and put &
data-streamer to insert data using .net ignite apis.

In ignite cache,we have AddressFull property which contains Unicode
characters like Chinese language so while inserting we have inserted
specified data into AddressFull property which is mentioned below.

*"北京市朝阳区安贞西里四区甲1号, 北京, 中国, 100011"*

While fetching data from ignite cache we have observed that we are not
getting inserted data properly.

We have performed below mentioned sqlquery using SqlFieldQuery.

SELECT HotelCode,AddressFull FROM HotelOtherLanguageMasterModel WHERE
HotelCode = '12345'

We got below mentioned result data for AddressFull property.

*"北京市�阳区安贞西里四区甲1�, 北京, 中国, 100011"*

Based on this test we have couple of questions on the same.

1) Is SqlFieldQuery .net api supporting Unicode characters?
2) If Yes, How do we overcome this issue?

Regards,
Ravi Makwana

Reply via email to