Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4483

Not null constraint is not checked on temp table update

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.1, 9.0.5
    • None
    • Query Engine
    • None

      An update such as:

      update x set e1 = (select null)

      will still be allowed to happen even if e1 is not null, since the not null validation is only being checked at for literal values.

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: