Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1678

Support expressions as insert values to constrained columns in modifiable views

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.11.0
    • None
    • None

    Description

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

      insert into EMP_MODIFIABLEVIEW2 (deptno, empno, ename) values (^19+1^, 100, 'Lex')
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kliew Kevin Liew
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: