[teiid-issues] [JBoss JIRA] (TEIID-4483) Not null constraint is not checked on temp table update

Steven Hawkins (JIRA) issues at jboss.org
Thu Sep 29 13:58:00 EDT 2016


Steven Hawkins created TEIID-4483:
-------------------------------------

             Summary: Not null constraint is not checked on temp table update
                 Key: TEIID-4483
                 URL: https://issues.jboss.org/browse/TEIID-4483
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 9.1, 9.0.5


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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list