[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 14:49:00 EDT 2016


     [ https://issues.jboss.org/browse/TEIID-4483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-4483.
-----------------------------------
    Resolution: Done


Made the check common to both insert and update.

> 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