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

Not null not enforced with temp table expression

XMLWordPrintable

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

      A table defined as:

      create local temporary table x (e1 string not null, e2 integer, primary key (e2))

      such that the pk is not in the first position, will allow an insert such as:

      insert into x (e1, e2) values ((select null), 1)

      to succeed because the nullability will be checked against the declared positioning, and not the temptable positioning (in which the pk is first).

            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: