You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Paschenko (JIRA)" <ji...@apache.org> on 2016/12/02 22:33:58 UTC

[jira] [Resolved] (IGNITE-4362) DML: the multiplication for SET uses the data type for the result from the right side

     [ https://issues.apache.org/jira/browse/IGNITE-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Paschenko resolved IGNITE-4362.
-----------------------------------------
    Resolution: Won't Fix

> DML: the multiplication for SET uses the data type for the result from the right side
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-4362
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4362
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergey Kozlov
>            Assignee: Alexander Paschenko
>
> Lets run following statement:
> {{update AllTypes set longCol = shortCol*100000 where _key = ?}}
> The exception below has been thrown if {{shortCol*100000}} violates the short integer borders:
> {noformat}
> Caused by: org.h2.jdbc.JdbcSQLException: ... "-46000"
> Numeric value out of range: "-46000"; SQL statement:
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)