Denis Magda created IGNITE-4704: ----------------------------------- Summary: DML: field with an alias is not updated Key: IGNITE-4704 URL: https://issues.apache.org/jira/browse/IGNITE-4704 Project: Ignite Issue Type: Bug Affects Versions: 1.8 Reporter: Denis Magda Assignee: Alexander Paschenko Priority: Critical Fix For: 1.9
Let's say that we have a field "firstName" and its alias "first_name". If to execute a simple query like the one below, DML engine will report that one entry got updated but, in fact, the entry will be left unchanged (first_name != Jean after the update). UPDATE employees SET first_name = 'Jean' WHERE _key = 10002 -- This message was sent by Atlassian JIRA (v6.3.15#6346)