Re: updating key object field using ignite sql query

2017-08-30 Thread Denis Magda
Hi, Ignite prevents you to update the key or its field. Look for "Inability to modify a key or its fields with an UPDATE queryā€¯ callout at the bottom of this section to find a reasoning behind this: https://apacheignite.readme.io/docs/dml#section-update

updating key object field using ignite sql query

2017-08-30 Thread kotamrajuyashasvi
Hi In my ignite application I am using a cache with an object/POJO as a cache key. Now how to update the key fields of cache key using ignite sql queries. When I try to update I am getting 'Failed to parse query' error. For example my cache stores value in person [fields: id,name,phno] and key