[
https://issues.apache.org/jira/browse/IGNITE-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-4704:
------------------------------------
Fix Version/s: (was: 1.9)
> 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
>
> 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)