You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2019/01/11 20:35:00 UTC

[jira] [Created] (IGNITE-10906) SQL: UPDATE statement allows null for entire value cache object

Pavel Kuznetsov created IGNITE-10906:
----------------------------------------

             Summary: SQL: UPDATE statement allows null for entire value cache object
                 Key: IGNITE-10906
                 URL: https://issues.apache.org/jira/browse/IGNITE-10906
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Pavel Kuznetsov


Currently next query doesn't cause error:

{code:sql}
CREATE TABLE SIMPLE (id INT PRIMARY KEY, name VARCHAR) WITH "wrap_value=false, wrap_key=false"
UPDATE SIMPLE SET _val = null
{code}

But it should, because underlying cache doesn't support null values.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)