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)