You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2017/02/14 23:13:41 UTC

[jira] [Created] (IGNITE-4704) DML: field with an alias is not updated

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)