You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Kevin Liew (JIRA)" <ji...@apache.org> on 2017/03/08 06:52:38 UTC

[jira] [Created] (CALCITE-1678) Support expressions as insert values to constrained columns in modifiable views

Kevin Liew created CALCITE-1678:
-----------------------------------

             Summary: Support expressions as insert values to constrained columns in modifiable views
                 Key: CALCITE-1678
                 URL: https://issues.apache.org/jira/browse/CALCITE-1678
             Project: Calcite
          Issue Type: Improvement
    Affects Versions: 1.11.0
            Reporter: Kevin Liew
            Assignee: Julian Hyde
            Priority: Minor


The following statement fails to validate against the constraint of {{deptno = 20}}

{code:sql}
insert into EMP_MODIFIABLEVIEW2 (deptno, empno, ename) values (^19+1^, 100, 'Lex')
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)