[teiid-issues] [JBoss JIRA] (TEIID-2721) Resolving an aliased view prevents inherent update from working

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Wed Nov 6 15:05:01 EST 2013


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

RH Bugzilla Integration updated TEIID-2721:
-------------------------------------------

    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1025742, https://bugzilla.redhat.com/show_bug.cgi?id=1027433  (was: https://bugzilla.redhat.com/show_bug.cgi?id=1025742)

    
> Resolving an aliased view prevents inherent update from working
> ---------------------------------------------------------------
>
>                 Key: TEIID-2721
>                 URL: https://issues.jboss.org/browse/TEIID-2721
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.7
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 8.4.1, 8.6
>
>         Attachments: 2721-77x.patch
>
>
> If an aliased form of an inherently updatable view is resolved first, we will cache invalid update info which prevents inherent insert/update from functioning correctly.
> For example with the view gx, first running:
> select * from gx as x
>         
> will prevent an inherent insert such as:
> insert into gx (e1, e2, e3, e4) select * from pm1.g1
> from working as expected

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list